aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-02-10 20:46:53 -0800
committerchrislu <chris.lu@gmail.com>2022-02-10 20:46:53 -0800
commit7a0c35674ca59fd96a5389ddebb3c7c14476d6a4 (patch)
treecf8f19a480ddef6381edcad72532cd8b052efab5 /go.mod
parentc3f9d9fa2edde613c8a00da7b1252fa524fd2a0d (diff)
downloadseaweedfs-7a0c35674ca59fd96a5389ddebb3c7c14476d6a4.tar.xz
seaweedfs-7a0c35674ca59fd96a5389ddebb3c7c14476d6a4.zip
clean up previously mounted folder
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 5 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 62c09d8f2..31c7666a2 100644
--- a/go.mod
+++ b/go.mod
@@ -162,14 +162,17 @@ require (
modernc.org/token v1.0.0 // indirect
)
-require github.com/fluent/fluent-logger-golang v1.8.0
+require (
+ github.com/fluent/fluent-logger-golang v1.8.0
+ github.com/hanwen/go-fuse v1.0.0
+ github.com/hanwen/go-fuse/v2 v2.1.0
+)
require (
cloud.google.com/go/kms v1.0.0 // indirect
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 // indirect
github.com/d4l3k/messagediff v1.2.1 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
- github.com/hanwen/go-fuse/v2 v2.1.0 // indirect
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect