summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-21 16:03:35 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-21 16:03:35 -0400
commit137e237b17b770e9697e7367c1ee01f4f3bb5717 (patch)
treef9267c09335dd32e407c7630c24f8e78773e1b47 /go.mod
parentc896e6b85ff32c3c0c45336de8b75752a31574ca (diff)
downloadgetwtxt-137e237b17b770e9697e7367c1ee01f4f3bb5717.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 3566107..90d83ba 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-20190521074114-49b064b5d65f
+	github.com/getwtxt/registry v0.0.0-20190521192417-8441bb59751c
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3