about summary refs log tree commit diff stats
path: root/svc/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-06 02:53:13 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-06 02:53:13 -0400
commitfac4329fdf658aa660884156f05b434d1f1147f9 (patch)
tree98ecf7dcb7764db78cce36e7d18d4896ae5ba86a /svc/go.mod
parenteca8525e5811cad371e407507594fa95d8db98c1 (diff)
downloadgetwtxt-fac4329fdf658aa660884156f05b434d1f1147f9.tar.gz
updated makefile/deps v0.2.3
Diffstat (limited to 'svc/go.mod')
-rw-r--r--svc/go.mod11
1 files changed, 11 insertions, 0 deletions
diff --git a/svc/go.mod b/svc/go.mod
index b6ac3e3..7b18341 100644
--- a/svc/go.mod
+++ b/svc/go.mod
@@ -5,9 +5,20 @@ go 1.12
 require (
 	github.com/fsnotify/fsnotify v1.4.7
 	github.com/getwtxt/registry v0.2.3
+	github.com/golang/snappy v0.0.1 // indirect
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.2
+	github.com/magiconair/properties v1.8.1 // indirect
+	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/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/testify v1.3.0 // indirect
 	github.com/syndtr/goleveldb v1.0.0
+	golang.org/x/net v0.0.0-20190603091049-60506f45cf65 // indirect
+	golang.org/x/sys v0.0.0-20190602015325-4c4f7f33c9ed // indirect
+	golang.org/x/text v0.3.2 // indirect
 )