|
|
@ -100,7 +100,7 @@ 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.0 |
|
|
|
github.com/seaweedfs/fuse v1.2.1 |
|
|
|
github.com/seaweedfs/goexif v1.0.2 |
|
|
|
github.com/sirupsen/logrus v1.6.0 // indirect |
|
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect |
|
|
@ -136,7 +136,7 @@ require ( |
|
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 |
|
|
|
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d |
|
|
|
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect |
|
|
|
golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365 |
|
|
|
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e |
|
|
|
golang.org/x/text v0.3.7 // indirect |
|
|
|
golang.org/x/tools v0.1.6-0.20210726203631-07bc1bf47fb2 |
|
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect |
|
|
@ -191,5 +191,5 @@ require ( |
|
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
|
|
|
) |
|
|
|
|
|
|
|
// replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse |
|
|
|
// replace github.com/chrislusf/raft => /Users/chris/go/src/github.com/chrislusf/raft |
|
|
|
// 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 |