-
- Downloads
Merge pull request #2161 from dexidp/update-etcd
Update etcd
... | @@ -27,8 +27,8 @@ require ( | ... | @@ -27,8 +27,8 @@ require ( |
github.com/sirupsen/logrus v1.8.1 | github.com/sirupsen/logrus v1.8.1 | ||
github.com/spf13/cobra v1.1.3 | github.com/spf13/cobra v1.1.3 | ||
github.com/stretchr/testify v1.7.0 | github.com/stretchr/testify v1.7.0 | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.0-beta.4 | go.etcd.io/etcd/client/pkg/v3 v3.5.0-rc.0 | ||
go.etcd.io/etcd/client/v3 v3.5.0-beta.4 | go.etcd.io/etcd/client/v3 v3.5.0-rc.0 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | ||
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c | golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c | ||
... | ... |
Please register or sign in to comment