diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-02-14 01:41:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-14 01:41:09 -0800 |
| commit | aa13168b4d792e1353802047adc2e50e2d0ae410 (patch) | |
| tree | 16f11e4e5cefe0dbcd1b45f5ed7bbb16feeeed12 /go.mod | |
| parent | 6b4f455b1219f2dea8fd7ac1ccc85a33f826d9dc (diff) | |
| parent | fe57a2e770bf666ffb6f901631a7407a593225de (diff) | |
| download | seaweedfs-aa13168b4d792e1353802047adc2e50e2d0ae410.tar.xz seaweedfs-aa13168b4d792e1353802047adc2e50e2d0ae410.zip | |
Merge pull request #2668 from chrislusf/mount2
Mount2
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -162,7 +162,10 @@ 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/v2 v2.1.0 +) require ( cloud.google.com/go/kms v1.0.0 // indirect |
