Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump go.etcd.io/etcd/api/v3 from 3.5.0-alpha.0 to 3.6.0-alpha.0 #212

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,17 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/samber/lo v1.11.0
github.com/sirupsen/logrus v1.7.0
github.com/sosedoff/ansible-vault-go v0.2.0
github.com/stretchr/testify v1.8.1
github.com/testcontainers/testcontainers-go v0.10.1-0.20210331130832-54854fb15ccb
github.com/tobischo/gokeepasslib/v3 v3.2.5
go.etcd.io/etcd/api/v3 v3.5.0-alpha.0
go.etcd.io/etcd/api/v3 v3.6.0-alpha.0
go.etcd.io/etcd/client/v3 v3.5.0-alpha.0
go.etcd.io/etcd/pkg/v3 v3.5.0-alpha.0
golang.org/x/crypto v0.8.0
golang.org/x/oauth2 v0.5.0
google.golang.org/api v0.40.0
google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
Expand Down Expand Up @@ -140,7 +141,6 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sosedoff/ansible-vault-go v0.2.0 // indirect
github.com/spf13/cobra v0.0.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/twpayne/go-pinentry v0.2.0 // indirect
Expand All @@ -160,9 +160,8 @@ require (
golang.org/x/term v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.0.0-20201208040808-7e3f01d25324 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.35.0 // indirect
google.golang.org/grpc v1.41.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/gookit/color.v1 v1.1.6 // indirect
gopkg.in/square/go-jose.v2 v2.3.1 // indirect
Expand Down
37 changes: 20 additions & 17 deletions go.sum

Large diffs are not rendered by default.

20 changes: 4 additions & 16 deletions vendor/go.etcd.io/etcd/api/v3/authpb/auth.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 2 additions & 8 deletions vendor/go.etcd.io/etcd/api/v3/etcdserverpb/etcdserver.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

152 changes: 72 additions & 80 deletions vendor/go.etcd.io/etcd/api/v3/etcdserverpb/raft_internal.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading