about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-03 20:26:08 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-03 20:26:08 -0400
commit06bc55d91e24e70f3169ab28ce5872cf2e516220 (patch)
treecfc33cc47f90aa7e2ab1535d8418a6d07696463d /go.mod
parent90638ac1c20301257ddc08a77451efb4c7d99a66 (diff)
downloadgetwtxt-06bc55d91e24e70f3169ab28ce5872cf2e516220.tar.gz
updated registry dep
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 2444ad7..4bb494a 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.2.1
+	github.com/getwtxt/registry v0.2.2
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3