summary refs log tree commit diff stats
path: root/svc/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 05:30:25 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 05:30:25 -0400
commit4ff0f5038aeca70ad76296ad3c9f054f4cfb5877 (patch)
tree612e36f5f612306aecb902558d3d9611fad78c02 /svc/go.mod
parent64d24f3f43f763395a985c87da1760048d282575 (diff)
downloadgetwtxt-4ff0f5038aeca70ad76296ad3c9f054f4cfb5877.tar.gz
updated deps
Diffstat (limited to 'svc/go.mod')
-rw-r--r--svc/go.mod33
1 files changed, 3 insertions, 30 deletions
diff --git a/svc/go.mod b/svc/go.mod
index a72c819..82a8fb8 100644
--- a/svc/go.mod
+++ b/svc/go.mod
@@ -3,50 +3,23 @@ module github.com/getwtxt/getwtxt/svc
 go 1.12
 
 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/fsnotify/fsnotify v1.4.7
 	github.com/getwtxt/registry v0.2.3
-	github.com/golang/mock v1.3.1 // indirect
 	github.com/golang/snappy v0.0.1 // indirect
-	github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.2
-	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.4 // indirect
 	github.com/magiconair/properties v1.8.1 // indirect
 	github.com/mattn/go-sqlite3 v1.10.0
 	github.com/onsi/ginkgo v1.8.0 // indirect
 	github.com/onsi/gomega v1.5.0 // indirect
 	github.com/pelletier/go-toml v1.4.0 // 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/spf13/afero v1.2.2 // indirect
 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
 	github.com/spf13/pflag v1.0.3
 	github.com/spf13/viper v1.4.0
-	github.com/stretchr/objx v0.2.0 // indirect
+	github.com/stretchr/testify v1.3.0 // indirect
 	github.com/syndtr/goleveldb v1.0.0
-	go.etcd.io/bbolt v1.3.3 // indirect
-	go.opencensus.io v0.22.0 // 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
 	golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
-	golang.org/x/sys v0.0.0-20190609082536-301114b31cce
-	golang.org/x/tools v0.0.0-20190608022120-eacb66d2a7c3 // indirect
-	google.golang.org/appengine v1.6.1 // indirect
-	google.golang.org/genproto v0.0.0-20190605220351-eb0b1bdb6ae6 // indirect
-	google.golang.org/grpc v1.21.1 // indirect
-	honnef.co/go/tools v0.0.0-20190607181801-497c8f037f5a // indirect
+	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae
+	golang.org/x/text v0.3.2 // indirect
 )
n229'>229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277