|
@ -57,7 +57,7 @@ require ( |
|
|
github.com/prometheus/procfs v0.0.4 // indirect |
|
|
github.com/prometheus/procfs v0.0.4 // indirect |
|
|
github.com/rakyll/statik v0.1.7 |
|
|
github.com/rakyll/statik v0.1.7 |
|
|
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
|
|
github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect |
|
|
github.com/seaweedfs/fuse v0.0.0-20190510212405-310228904eff |
|
|
|
|
|
|
|
|
github.com/seaweedfs/fuse v1.0.6 |
|
|
github.com/seaweedfs/goexif v1.0.2 |
|
|
github.com/seaweedfs/goexif v1.0.2 |
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e |
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e |
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect |
|
|
github.com/spaolacci/murmur3 v1.1.0 // indirect |
|
@ -81,7 +81,7 @@ require ( |
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect |
|
|
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect |
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 |
|
|
golang.org/x/net v0.0.0-20200202094626-16171245cfb2 |
|
|
golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect |
|
|
golang.org/x/sync v0.0.0-20200930132711-30421366ff76 // indirect |
|
|
golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5 |
|
|
|
|
|
|
|
|
golang.org/x/sys v0.0.0-20201022201747-fb209a7c41cd |
|
|
golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5 |
|
|
golang.org/x/tools v0.0.0-20191029190741-b9c20aec41a5 |
|
|
google.golang.org/api v0.9.0 |
|
|
google.golang.org/api v0.9.0 |
|
|
google.golang.org/appengine v1.6.2 // indirect |
|
|
google.golang.org/appengine v1.6.2 // indirect |
|
@ -93,4 +93,6 @@ require ( |
|
|
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect |
|
|
gopkg.in/karlseguin/expect.v1 v1.0.1 // indirect |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
|
|
|
// replace github.com/seaweedfs/fuse => /Users/chris/go/src/github.com/seaweedfs/fuse |
|
|
|
|
|
|
|
|
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547 |
|
|
replace go.etcd.io/etcd => go.etcd.io/etcd v0.5.0-alpha.5.0.20200425165423-262c93980547 |