about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-25 00:30:44 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-25 00:30:44 -0400
commitb46c9d3de5fa047dab68dba4e6a5f8e28ef52e06 (patch)
treea7a7e9417b095b007ea66173c3c788ef4ec2d4a4 /go.mod
parent0e36439643968b44100c6edd0b5b86af1047d8ae (diff)
downloadgetwtxt-b46c9d3de5fa047dab68dba4e6a5f8e28ef52e06.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 9db5288..9997459 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-20190524063903-976af1777ba4
+	github.com/getwtxt/registry v0.0.0-20190524065835-df751d9de96d
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3