aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-02-10 09:47:22 -0800
committerGitHub <noreply@github.com>2025-02-10 09:47:22 -0800
commit3220c0de15cdb33efb8cfc9f9a2d9c09b4e06a90 (patch)
treebcf6dd091239d6cef21a50afc527eb98f02ccdfe /go.mod
parentbad0c61154140bee839af9ab607dca5471c737a1 (diff)
downloadseaweedfs-3220c0de15cdb33efb8cfc9f9a2d9c09b4e06a90.tar.xz
seaweedfs-3220c0de15cdb33efb8cfc9f9a2d9c09b4e06a90.zip
chore(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0 (#6536)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/sync/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... 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.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c5bf74975..7e51eb0cb 100644
--- a/go.mod
+++ b/go.mod
@@ -154,7 +154,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.98.0
go.etcd.io/etcd/client/pkg/v3 v3.5.18
go.uber.org/atomic v1.11.0
- golang.org/x/sync v0.10.0
+ golang.org/x/sync v0.11.0
google.golang.org/grpc/security/advancedtls v1.0.0
)