diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-10 20:46:53 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-10 20:46:53 -0800 |
| commit | 7a0c35674ca59fd96a5389ddebb3c7c14476d6a4 (patch) | |
| tree | cf8f19a480ddef6381edcad72532cd8b052efab5 /go.mod | |
| parent | c3f9d9fa2edde613c8a00da7b1252fa524fd2a0d (diff) | |
| download | seaweedfs-7a0c35674ca59fd96a5389ddebb3c7c14476d6a4.tar.xz seaweedfs-7a0c35674ca59fd96a5389ddebb3c7c14476d6a4.zip | |
clean up previously mounted folder
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |
