Skip to content

Commit

Permalink
Update etcd deps to v3.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Feb 1, 2023
1 parent c08f235 commit 5ac6bb7
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 158 deletions.
6 changes: 3 additions & 3 deletions etcd-manager/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ require (
github.com/hetznercloud/hcloud-go v1.38.0
github.com/prometheus/client_golang v1.14.0
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.10
go.etcd.io/etcd/api/v3 v3.5.6
go.etcd.io/etcd/client/v3 v3.5.6
go.etcd.io/etcd/api/v3 v3.5.7
go.etcd.io/etcd/client/v3 v3.5.7
golang.org/x/net v0.4.0
golang.org/x/oauth2 v0.3.0
google.golang.org/api v0.105.0
Expand Down Expand Up @@ -67,7 +67,7 @@ require (
github.com/prometheus/client_model v0.3.0 // indirect
github.com/prometheus/common v0.39.0 // indirect
github.com/prometheus/procfs v0.8.0 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.6 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
go.opencensus.io v0.24.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
Expand Down

0 comments on commit 5ac6bb7

Please sign in to comment.