diff options
| author | chrislu <chris.lu@gmail.com> | 2022-06-20 13:15:20 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-06-20 13:15:20 -0700 |
| commit | 36931babf9d19dcd3252afa6c0fb8b66bb111d8e (patch) | |
| tree | 74c56d6fb35c5ec0081d15ed9074001b81da677f /go.mod | |
| parent | 76f26c4b99367e9f37b6bc769a8bb13f48c02f67 (diff) | |
| download | seaweedfs-36931babf9d19dcd3252afa6c0fb8b66bb111d8e.tar.xz seaweedfs-36931babf9d19dcd3252afa6c0fb8b66bb111d8e.zip | |
update go-fuse to latest version
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,6 @@ require ( github.com/Jille/raft-grpc-transport v1.2.0 github.com/arangodb/go-driver v1.3.2 github.com/fluent/fluent-logger-golang v1.9.0 - github.com/hanwen/go-fuse/v2 v2.1.0 github.com/hashicorp/raft v1.3.9 github.com/hashicorp/raft-boltdb v0.0.0-20220329195025-15018e9b97e0 github.com/ydb-platform/ydb-go-sdk-auth-environ v0.1.2 @@ -182,6 +181,7 @@ require ( github.com/fclairamb/go-log v0.3.0 // indirect github.com/gogo/protobuf v1.3.2 // indirect github.com/googleapis/go-type-adapters v1.0.0 // indirect + github.com/hanwen/go-fuse/v2 v2.1.1-0.20220531082602-17a864ed5940 // indirect github.com/hashicorp/go-hclog v1.2.0 // indirect github.com/hashicorp/go-immutable-radix v1.3.1 // indirect github.com/hashicorp/go-msgpack v1.1.5 // indirect |
