aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-04 10:03:33 -0700
committerGitHub <noreply@github.com>2023-09-04 10:03:33 -0700
commit41ebc9c3cb673a21541c310b9abc531880c3b322 (patch)
tree68027faea84ceabe2ca04df65b466aca6aaaffc6 /go.mod
parent5c613f18ad4dd4a5023b55ba9990dccf31aaf150 (diff)
downloadseaweedfs-41ebc9c3cb673a21541c310b9abc531880c3b322.tar.xz
seaweedfs-41ebc9c3cb673a21541c310b9abc531880c3b322.zip
Bump github.com/puzpuzpuz/xsync/v2 from 2.4.1 to 2.5.0 (#4810)
Bumps [github.com/puzpuzpuz/xsync/v2](https://github.com/puzpuzpuz/xsync) from 2.4.1 to 2.5.0. - [Release notes](https://github.com/puzpuzpuz/xsync/releases) - [Commits](https://github.com/puzpuzpuz/xsync/compare/v2.4.1...v2.5.0) --- updated-dependencies: - dependency-name: github.com/puzpuzpuz/xsync/v2 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 5b03a2de9..a7fa98f36 100644
--- a/go.mod
+++ b/go.mod
@@ -154,7 +154,7 @@ require (
github.com/hashicorp/raft v1.5.0
github.com/hashicorp/raft-boltdb/v2 v2.2.2
github.com/orcaman/concurrent-map/v2 v2.0.1
- github.com/puzpuzpuz/xsync/v2 v2.4.1
+ github.com/puzpuzpuz/xsync/v2 v2.5.0
github.com/rabbitmq/amqp091-go v1.8.1
github.com/rclone/rclone v1.63.1
github.com/schollz/progressbar/v3 v3.13.1