aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-04-07 11:49:20 -0700
committerGitHub <noreply@github.com>2025-04-07 11:49:20 -0700
commit183ab487c683384839bf706471ee5d40ba4adaf8 (patch)
tree958f8421b612a8e20cb0ccebe7a3b0584d26f3d4 /go.mod
parentaa9121aa9de0593e758d0a956e989bbaa82c4869 (diff)
downloadseaweedfs-183ab487c683384839bf706471ee5d40ba4adaf8.tar.xz
seaweedfs-183ab487c683384839bf706471ee5d40ba4adaf8.zip
chore(deps): bump golang.org/x/sync from 0.12.0 to 0.13.0 (#6693)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.12.0 to 0.13.0. - [Commits](https://github.com/golang/sync/compare/v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.13.0 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> Co-authored-by: Chris Lu <chrislusf@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 39e7d7eb6..e7160ce0b 100644
--- a/go.mod
+++ b/go.mod
@@ -155,7 +155,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.104.1
go.etcd.io/etcd/client/pkg/v3 v3.5.21
go.uber.org/atomic v1.11.0
- golang.org/x/sync v0.12.0
+ golang.org/x/sync v0.13.0
google.golang.org/grpc/security/advancedtls v1.0.0
)