diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-27 03:41:22 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-27 03:41:22 -0800 |
| commit | 706a86077d9b646d9d9c8f012eba61fa7656dec6 (patch) | |
| tree | 83c15e22b580fae7b6c3d2ffd5f21f8867a84442 /go.mod | |
| parent | c3792c8352d72b9dac5e6032e9b0710e032e18d2 (diff) | |
| download | seaweedfs-706a86077d9b646d9d9c8f012eba61fa7656dec6.tar.xz seaweedfs-706a86077d9b646d9d9c8f012eba61fa7656dec6.zip | |
remove dead code
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -43,7 +43,7 @@ require ( github.com/go-zookeeper/zk v1.0.2 // indirect github.com/gocql/gocql v0.0.0-20210707082121-9a3953d1826d github.com/golang-jwt/jwt v3.2.1+incompatible - github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect github.com/golang/protobuf v1.5.2 github.com/golang/snappy v0.0.4 // indirect github.com/google/btree v1.0.0 @@ -99,7 +99,6 @@ require ( github.com/prometheus/procfs v0.6.0 // indirect github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/remyoudompheng/bigfft v0.0.0-20200410134404-eec4a21b6bb0 // indirect - github.com/seaweedfs/fuse v1.2.2 github.com/seaweedfs/goexif v1.0.2 github.com/sirupsen/logrus v1.6.0 // indirect github.com/spaolacci/murmur3 v1.1.0 // indirect @@ -192,5 +191,4 @@ require ( gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect ) -// replace github.com/seaweedfs/fuse => /Users/chrislu/go/src/github.com/seaweedfs/fuse // replace github.com/chrislusf/raft => /Users/chrislu/go/src/github.com/chrislusf/raft |
