Skip to content

Commit

Permalink
fix(deps): update module go.etcd.io/etcd/api/v3 to v3.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2023
1 parent 275b047 commit 500d8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.5.0
github.com/prometheus/common v0.45.0
github.com/stretchr/objx v0.2.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/api/v3 v3.5.10
go.etcd.io/etcd/client/v3 v3.5.9
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.7.0
go.etcd.io/bbolt v1.3.8
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/api/v3 v3.5.10
go.etcd.io/etcd/client/pkg/v3 v3.5.10
go.etcd.io/etcd/client/v3 v3.5.9
go.etcd.io/etcd/client/v3 v3.5.9
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.0.0
main
google.golang.org/genproto 271947fe86fd
go.etcd.io/etcd/api/v3 v3.5.9
go.etcd.io/etcd/api/v3 v3.5.10
go.etcd.io/etcd/client/v3 v3.5.9
google.golang.org/grpc v1.59.0
renovate/google.golang.org-api-0.x
Expand Down

0 comments on commit 500d8e6

Please sign in to comment.