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

fix(deps): update module go.etcd.io/etcd/api/v3 to v3.5.17 - autoclosed #1074

Closed
wants to merge 1 commit into from
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
2 changes: 1 addition & 1 deletion coredns/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main
github.com/prometheus/client_model v0.6.1
github.com/prometheus/common v0.55.0
github.com/stretchr/objx v0.2.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.14
go.etcd.io/etcd/api/v3 v3.5.17
go.etcd.io/etcd/client/v3 v3.5.14
golang.org/x/crypto ceb1ce70b4fa
golang.org/x/sys 0c823b97ae02
Expand Down
2 changes: 1 addition & 1 deletion etcd/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/spf13/cobra v1.8.1
go.etcd.io/bbolt v1.3.10
go.etcd.io/etcd/api/v3 v3.5.14
go.etcd.io/etcd/api/v3 v3.5.17
go.etcd.io/etcd/client/pkg/v3 v3.5.14
go.etcd.io/etcd/client/v3 v3.5.14
go.etcd.io/etcd/client/v3 v3.5.14
Expand Down
2 changes: 1 addition & 1 deletion server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ main
go.opentelemetry.io/proto/otlp v1.3.1
main
google.golang.org/genproto 271947fe86fd
go.etcd.io/etcd/api/v3 v3.5.14
go.etcd.io/etcd/api/v3 v3.5.17
go.etcd.io/etcd/client/v3 v3.5.14
google.golang.org/grpc v1.65.0
renovate/google.golang.org-api-0.x
Expand Down