summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-23 03:02:32 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-23 03:02:32 -0400
commit9a6d180518b203b166ed4f8bc09fb493affd3533 (patch)
tree4be935bf3afb7fab70af0f96a27722a6cd2562e8 /go.mod
parent8b6ab9931229947bba43eb8fe580637c11e8d591 (diff)
downloadgetwtxt-9a6d180518b203b166ed4f8bc09fb493affd3533.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 ac24743..a09ba89 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-20190522061646-f6f39419c495
+	github.com/getwtxt/registry v0.0.0-20190523065925-1e3ac0e1a622
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3
32'>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 167 168 169