aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-06-25 00:58:21 -0700
committerchrislu <chris.lu@gmail.com>2023-06-25 00:58:21 -0700
commit3fd659df2a35c42d6a30ce251413f219ea24d1c2 (patch)
tree4fe33062833c3340d618e5c0ea2e7968f446baf5 /go.mod
parent051501414928baeef4a7bba7f62b08f96bcb75f7 (diff)
downloadseaweedfs-3fd659df2a35c42d6a30ce251413f219ea24d1c2.tar.xz
seaweedfs-3fd659df2a35c42d6a30ce251413f219ea24d1c2.zip
add distributed lock manager
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 9d060f74e..40f6025e7 100644
--- a/go.mod
+++ b/go.mod
@@ -263,6 +263,7 @@ require (
github.com/pkg/xattr v0.4.9 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/putdotio/go-putio/putio v0.0.0-20200123120452-16d982cac2b8 // indirect
+ github.com/puzpuzpuz/xsync/v2 v2.4.1 // indirect
github.com/rfjakob/eme v1.1.2 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/shirou/gopsutil/v3 v3.23.2 // indirect