-
- Downloads
Merge pull request #2299 from dexidp/dependabot/go_modules/go.etcd.io/etcd/client/v3-3.5.1
No related branches found
No related tags found
... | ... | @@ -29,7 +29,7 @@ require ( |
github.com/spf13/cobra v1.2.1 | ||
github.com/stretchr/testify v1.7.0 | ||
go.etcd.io/etcd/client/pkg/v3 v3.5.1 | ||
go.etcd.io/etcd/client/v3 v3.5.0 | ||
go.etcd.io/etcd/client/v3 v3.5.1 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 | ||
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f | ||
... | ... | @@ -69,7 +69,7 @@ require ( |
github.com/shopspring/decimal v1.2.0 // indirect | ||
github.com/spf13/cast v1.3.1 // indirect | ||
github.com/spf13/pflag v1.0.5 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.0 // indirect | ||
go.etcd.io/etcd/api/v3 v3.5.1 // indirect | ||
go.opencensus.io v0.23.0 // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
... | ... |
Please register or sign in to comment