about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-20 00:53:07 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-20 02:12:08 -0400
commitefa99ed5253c229c83d8f2d98ee1c08b4383184e (patch)
tree6c91f0436eff5e31d9be892b6d2f2adfbb3a030c /go.mod
parent747f4fb70ff61d3f8a7bb1bed896a913b0999450 (diff)
downloadgetwtxt-efa99ed5253c229c83d8f2d98ee1c08b4383184e.tar.gz
endpoint query function added
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index a61e192..204565f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,9 @@ module github.com/gbmor/getwtxt
 go 1.11
 
 require (
+	github.com/BurntSushi/toml v0.3.1 // indirect
 	github.com/fsnotify/fsnotify v1.4.7
+	github.com/getwtxt/registry v0.0.0-20190520044831-747da48b0a7c
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3