summary refs log tree commit diff stats
path: root/svc/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'svc/go.mod')
-rw-r--r--svc/go.mod13
1 files changed, 13 insertions, 0 deletions
diff --git a/svc/go.mod b/svc/go.mod
new file mode 100644
index 0000000..b6ac3e3
--- /dev/null
+++ b/svc/go.mod
@@ -0,0 +1,13 @@
+module github.com/getwtxt/getwtxt/svc
+
+go 1.12
+
+require (
+	github.com/fsnotify/fsnotify v1.4.7
+	github.com/getwtxt/registry v0.2.3
+	github.com/gorilla/handlers v1.4.0
+	github.com/gorilla/mux v1.7.2
+	github.com/spf13/pflag v1.0.3
+	github.com/spf13/viper v1.4.0
+	github.com/syndtr/goleveldb v1.0.0
+)