aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-08-05 11:09:08 -0700
committerGitHub <noreply@github.com>2024-08-05 11:09:08 -0700
commit84be9442d7b9e843d1576813d5cdc43172b78746 (patch)
tree7d211a38bef0cf496d51755308a6f76f628f925f /go.mod
parentef4c555e90a0c36112324379e54f96002b477f34 (diff)
downloadseaweedfs-84be9442d7b9e843d1576813d5cdc43172b78746.tar.xz
seaweedfs-84be9442d7b9e843d1576813d5cdc43172b78746.zip
chore(deps): bump golang.org/x/sync from 0.7.0 to 0.8.0 (#5858)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.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 0cea5544d..ab4eddb33 100644
--- a/go.mod
+++ b/go.mod
@@ -154,7 +154,7 @@ require (
github.com/ydb-platform/ydb-go-sdk/v3 v3.76.0
go.etcd.io/etcd/client/pkg/v3 v3.5.15
go.uber.org/atomic v1.11.0
- golang.org/x/sync v0.7.0
+ golang.org/x/sync v0.8.0
google.golang.org/grpc/security/advancedtls v1.0.0
)