summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-04 18:47:56 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-04 18:47:56 -0400
commit0590df3c76934157833a7c3dfe65fd725e30a924 (patch)
treecd1d804c10d5f881326ea0d4956eca22123e843f /go.mod
parenta053a540e2ea2056b99034150a512c57489caa89 (diff)
downloadgetwtxt-0590df3c76934157833a7c3dfe65fd725e30a924.tar.gz
updated registry library 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 4bb494a..5ab4196 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.2
+	github.com/getwtxt/registry v0.2.3
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3
/a> 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166