diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-07 11:49:20 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-07 11:49:20 -0700 |
| commit | 183ab487c683384839bf706471ee5d40ba4adaf8 (patch) | |
| tree | 958f8421b612a8e20cb0ccebe7a3b0584d26f3d4 /go.mod | |
| parent | aa9121aa9de0593e758d0a956e989bbaa82c4869 (diff) | |
| download | seaweedfs-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
