aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj.laycock <joseph.laycock@4sightimaging.com>2019-09-05 13:48:55 +0100
committerj.laycock <joseph.laycock@4sightimaging.com>2019-09-05 13:48:55 +0100
commit303234ebd5c13a5f7bfa0dfde494230b1688208a (patch)
tree0b40d143d70b033060f1ac8dd4e948b932e88d33
parent63acc8c9724f5a7e0ef1f784602fff0a7d3280ef (diff)
downloadseaweedfs-303234ebd5c13a5f7bfa0dfde494230b1688208a.tar.xz
seaweedfs-303234ebd5c13a5f7bfa0dfde494230b1688208a.zip
change go.mod
-rw-r--r--go.mod7
1 files changed, 2 insertions, 5 deletions
diff --git a/go.mod b/go.mod
index ebf7d38e3..45e5bc8b4 100644
--- a/go.mod
+++ b/go.mod
@@ -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