about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2020-02-07 18:27:25 -0500
committerBen Morrison <ben@gbmor.dev>2020-02-07 18:27:25 -0500
commitc5df410182caebc27d6d20440dbe54fa75d64077 (patch)
tree1e5f042225c934840b3c98860fb6e5fe44f25228 /go.mod
parentf532f493bf1a2937565c1f1ca7070a324541ead8 (diff)
downloadgetwtxt-c5df410182caebc27d6d20440dbe54fa75d64077.tar.gz
version bump for getwtxt/registry dep v0.4.10
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 6585f13..c1f9d81 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,7 @@ go 1.11
 
 require (
 	github.com/fsnotify/fsnotify v1.4.7
-	github.com/getwtxt/registry v0.4.0
+	github.com/getwtxt/registry v0.4.1
 	github.com/golang/snappy v0.0.1 // indirect
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.2