diff options
| author | chrislu <chris.lu@gmail.com> | 2023-06-25 00:58:21 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-06-25 00:58:21 -0700 |
| commit | 3fd659df2a35c42d6a30ce251413f219ea24d1c2 (patch) | |
| tree | 4fe33062833c3340d618e5c0ea2e7968f446baf5 /go.mod | |
| parent | 051501414928baeef4a7bba7f62b08f96bcb75f7 (diff) | |
| download | seaweedfs-3fd659df2a35c42d6a30ce251413f219ea24d1c2.tar.xz seaweedfs-3fd659df2a35c42d6a30ce251413f219ea24d1c2.zip | |
add distributed lock manager
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
