diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-05-15 09:25:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-15 09:25:45 -0700 |
| commit | 7d9f9ecda5765e910ec53fdc40081fc8b081ec2f (patch) | |
| tree | bc6e184f9ebe9e4fa47d187ae43941557d0f89c5 /go.mod | |
| parent | 79d42eede468d2b1e998d7f7c76824721b9803f9 (diff) | |
| download | seaweedfs-7d9f9ecda5765e910ec53fdc40081fc8b081ec2f.tar.xz seaweedfs-7d9f9ecda5765e910ec53fdc40081fc8b081ec2f.zip | |
build(deps): bump go.etcd.io/etcd/client/v3 from 3.5.8 to 3.5.9 (#4471)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.5.8 to 3.5.9.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.5.8...v3.5.9)
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -106,7 +106,7 @@ require ( github.com/xdg-go/scram v1.1.2 // indirect github.com/xdg-go/stringprep v1.0.4 // indirect github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect - go.etcd.io/etcd/client/v3 v3.5.8 + go.etcd.io/etcd/client/v3 v3.5.9 go.mongodb.org/mongo-driver v1.11.4 go.opencensus.io v0.24.0 // indirect gocloud.dev v0.29.0 @@ -283,8 +283,8 @@ require ( github.com/zeebo/blake3 v0.2.3 // indirect github.com/zeebo/errs v1.3.0 // indirect go.etcd.io/bbolt v1.3.7 // indirect - go.etcd.io/etcd/api/v3 v3.5.8 // indirect - go.etcd.io/etcd/client/pkg/v3 v3.5.8 // indirect + go.etcd.io/etcd/api/v3 v3.5.9 // indirect + go.etcd.io/etcd/client/pkg/v3 v3.5.9 // indirect go.uber.org/atomic v1.10.0 // indirect go.uber.org/multierr v1.9.0 // indirect go.uber.org/zap v1.24.0 // indirect |
