diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-06-09 10:37:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-09 10:37:57 -0700 |
| commit | f3b1748eb72d1782756223e3d39d36af95302f81 (patch) | |
| tree | fb9877ac53161a09cd7ad96011f69a9d0ae7c3b7 /go.mod | |
| parent | dcabb71a28bad9cbb069fcc6af96f125b556ddea (diff) | |
| download | seaweedfs-f3b1748eb72d1782756223e3d39d36af95302f81.tar.xz seaweedfs-f3b1748eb72d1782756223e3d39d36af95302f81.zip | |
chore(deps): bump go.etcd.io/etcd/client/v3 from 3.6.0 to 3.6.1 (#6855)
Bumps [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) from 3.6.0 to 3.6.1.
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](https://github.com/etcd-io/etcd/compare/v3.6.0...v3.6.1)
---
updated-dependencies:
- dependency-name: go.etcd.io/etcd/client/v3
dependency-version: 3.6.1
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
@@ -94,7 +94,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-20240726163527-a2c0da244d78 // indirect - go.etcd.io/etcd/client/v3 v3.6.0 + go.etcd.io/etcd/client/v3 v3.6.1 go.mongodb.org/mongo-driver v1.17.3 go.opencensus.io v0.24.0 // indirect gocloud.dev v0.41.0 @@ -151,7 +151,7 @@ require ( github.com/tikv/client-go/v2 v2.0.7 github.com/ydb-platform/ydb-go-sdk-auth-environ v0.5.0 github.com/ydb-platform/ydb-go-sdk/v3 v3.108.3 - go.etcd.io/etcd/client/pkg/v3 v3.6.0 + go.etcd.io/etcd/client/pkg/v3 v3.6.1 go.uber.org/atomic v1.11.0 golang.org/x/sync v0.14.0 google.golang.org/grpc/security/advancedtls v1.0.0 @@ -346,7 +346,7 @@ require ( github.com/zeebo/blake3 v0.2.3 // indirect github.com/zeebo/errs v1.4.0 // indirect go.etcd.io/bbolt v1.3.10 // indirect - go.etcd.io/etcd/api/v3 v3.6.0 // indirect + go.etcd.io/etcd/api/v3 v3.6.1 // indirect go.opentelemetry.io/auto/sdk v1.1.0 // indirect go.opentelemetry.io/contrib/detectors/gcp v1.35.0 // indirect go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0 // indirect |
