deps: update etcd dependencies to v3.5.7 (#1102)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-01-30 15:55:53 +01:00 committed by GitHub
parent bd3ec19aef
commit b0a6db33fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 40 deletions

View file

@ -15,9 +15,9 @@ require (
github.com/onsi/gomega v1.24.2
github.com/spf13/afero v1.9.3
github.com/stretchr/testify v1.8.1
go.etcd.io/etcd/api/v3 v3.5.6
go.etcd.io/etcd/client/pkg/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/pkg/v3 v3.5.7
go.etcd.io/etcd/client/v3 v3.5.7
go.uber.org/multierr v1.9.0
golang.org/x/mod v0.7.0
google.golang.org/api v0.107.0