|
|
@ -1,4 +1,4 @@ |
|
|
|
module github.com/chrislusf/seaweedfs |
|
|
|
module github.com/joeslay/seaweedfs |
|
|
|
|
|
|
|
go 1.12 |
|
|
|
|
|
|
@ -34,7 +34,6 @@ require ( |
|
|
|
github.com/go-kit/kit v0.9.0 // indirect |
|
|
|
github.com/go-redis/redis v6.15.2+incompatible |
|
|
|
github.com/go-sql-driver/mysql v1.4.1 |
|
|
|
github.com/go-stack/stack v1.8.0 // indirect |
|
|
|
github.com/gocql/gocql v0.0.0-20190829130954-e163eff7a8c6 |
|
|
|
github.com/gogo/protobuf v1.2.2-0.20190730201129-28a6bbf47e48 // indirect |
|
|
|
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect |
|
|
@ -59,8 +58,6 @@ require ( |
|
|
|
github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb // indirect |
|
|
|
github.com/mattn/go-isatty v0.0.9 // indirect |
|
|
|
github.com/mattn/go-runewidth v0.0.4 // indirect |
|
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
|
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect |
|
|
|
github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f // indirect |
|
|
|
github.com/nats-io/gnatsd v1.4.1 // indirect |
|
|
|
github.com/nats-io/go-nats v1.7.2 // indirect |
|
|
@ -108,7 +105,7 @@ require ( |
|
|
|
golang.org/x/image v0.0.0-20190829233526-b3c06291d021 // indirect |
|
|
|
golang.org/x/mobile v0.0.0-20190830201351-c6da95954960 // indirect |
|
|
|
golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297 |
|
|
|
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 // indirect |
|
|
|
golang.org/x/sys v0.0.0-20190830142957-1e83adbbebd0 |
|
|
|
golang.org/x/tools v0.0.0-20190830223141-573d9926052a |
|
|
|
google.golang.org/api v0.9.0 |
|
|
|
google.golang.org/appengine v1.6.2 // indirect |
|
|
|