summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-27 03:29:56 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-27 03:29:56 -0400
commitdfa03b5f32e1e7e3ffeb8992d9d393c9c03b6ce0 (patch)
tree45c17f6039badb60ec788f6d888b04970f509d88 /go.mod
parentc5cf0e19e83029e70a9d294b6a7d9ee973cc0000 (diff)
downloadgetwtxt-dfa03b5f32e1e7e3ffeb8992d9d393c9c03b6ce0.tar.gz
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 5c3a2a4..28ad4ec 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,7 @@ 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-20190526054100-f4b54c145beb
+	github.com/getwtxt/registry v0.0.0-20190527072649-b45333a37e5e
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3