summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-12 03:17:29 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-12 03:17:29 -0400
commit144a76d965226a43de72e59d7fed12ee74bb56ec (patch)
tree44fb7ecc09fa4c4e37b1fc77fe84654188679731 /go.mod
parentfff90c740578399893711be7b1e73c79bb494d97 (diff)
downloadgetwtxt-144a76d965226a43de72e59d7fed12ee74bb56ec.tar.gz
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod32
1 files changed, 1 insertions, 31 deletions
diff --git a/go.mod b/go.mod
index f94209e..92936af 100644
--- a/go.mod
+++ b/go.mod
@@ -3,36 +3,6 @@ module github.com/getwtxt/getwtxt
 go 1.11
 
 require (
-	cloud.google.com/go v0.40.0 // indirect
-	github.com/OneOfOne/xxhash v1.2.5 // indirect
-	github.com/coreos/bbolt v1.3.3 // indirect
-	github.com/coreos/etcd v3.3.13+incompatible // indirect
-	github.com/coreos/go-semver v0.3.0 // indirect
-	github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b // indirect
-	github.com/getwtxt/getwtxt/svc v0.0.0-20190612001058-69adb2159f0c
-	github.com/golang/mock v1.3.1 // indirect
-	github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
-	github.com/kisielk/errcheck v1.2.0 // indirect
-	github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
-	github.com/kr/pty v1.1.5 // indirect
-	github.com/pkg/errors v0.8.1 // indirect
-	github.com/prometheus/client_golang v0.9.4 // indirect
-	github.com/prometheus/tsdb v0.8.0 // indirect
-	github.com/rogpeppe/fastuuid v1.1.0 // indirect
-	github.com/sirupsen/logrus v1.4.2 // indirect
-	github.com/spaolacci/murmur3 v1.1.0 // indirect
-	github.com/stretchr/objx v0.2.0 // indirect
-	go.etcd.io/bbolt v1.3.3 // indirect
-	go.opencensus.io v0.22.0 // indirect
-	golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 // indirect
-	golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522 // indirect
-	golang.org/x/image v0.0.0-20190523035834-f03afa92d3ff // indirect
-	golang.org/x/mobile v0.0.0-20190607214518-6fa95d984e88 // indirect
-	golang.org/x/mod v0.1.0 // indirect
+	github.com/getwtxt/getwtxt/svc v0.0.0-20190612071014-fff90c740578
 	golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect
-	golang.org/x/tools v0.0.0-20190611222205-d73e1c7e250b // indirect
-	google.golang.org/appengine v1.6.1 // indirect
-	google.golang.org/genproto v0.0.0-20190611190212-a7e196e89fd3 // indirect
-	google.golang.org/grpc v1.21.1 // indirect
-	honnef.co/go/tools v0.0.0-20190607181801-497c8f037f5a // indirect
 )