aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-12-08 10:52:58 -0800
committerGitHub <noreply@github.com>2025-12-08 10:52:58 -0800
commit51c630b5ffbb78b8af7d4948d29f79e8d2aa08b6 (patch)
treeab2fedb7174addf51cd893f7d1659acf8d40a885 /go.mod
parent21ec3a51c1ec8629d988c04e65477d49400139ea (diff)
downloadseaweedfs-51c630b5ffbb78b8af7d4948d29f79e8d2aa08b6.tar.xz
seaweedfs-51c630b5ffbb78b8af7d4948d29f79e8d2aa08b6.zip
chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 (#7664)
* chore(deps): bump golang.org/x/sync from 0.18.0 to 0.19.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.18.0 to 0.19.0. - [Commits](https://github.com/golang/sync/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * tidy --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.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 1ee0904e4..0f1e08b21 100644
--- a/go.mod
+++ b/go.mod
@@ -162,7 +162,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.121.0
go.etcd.io/etcd/client/pkg/v3 v3.6.6
go.uber.org/atomic v1.11.0
- golang.org/x/sync v0.18.0
+ golang.org/x/sync v0.19.0
golang.org/x/tools/godoc v0.1.0-deprecated
google.golang.org/grpc/security/advancedtls v1.0.0
)