summary refs log tree commit diff stats
path: root/go.sum
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-24 02:39:52 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-24 02:39:52 -0400
commit0e36439643968b44100c6edd0b5b86af1047d8ae (patch)
treeed63dc34dbf7b999eb5c9ee63adf74ac3a95eaa6 /go.sum
parentdbc93a011f442d09a18b7ae4ab34a8cfe64431dc (diff)
downloadgetwtxt-0e36439643968b44100c6edd0b5b86af1047d8ae.tar.gz
updated registry library
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.sum b/go.sum
index 891b9ee..7a12249 100644
--- a/go.sum
+++ b/go.sum
@@ -8,8 +8,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
 github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
 github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
 github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
-github.com/getwtxt/registry v0.0.0-20190523065925-1e3ac0e1a622 h1:rFjwC6tQl4Ln+Cy0xlWelJN9kOYRtp4vLF51+ZkxlUM=
-github.com/getwtxt/registry v0.0.0-20190523065925-1e3ac0e1a622/go.mod h1:BGSIALOFqIRj+ACLB8etWGUOgFAKN8oFDpCsw6YOdYQ=
+github.com/getwtxt/registry v0.0.0-20190524063903-976af1777ba4 h1:r1KmMNcvtkfsMnVibTTakhrJKjBmF67CqhM1BH+/AyU=
+github.com/getwtxt/registry v0.0.0-20190524063903-976af1777ba4/go.mod h1:BGSIALOFqIRj+ACLB8etWGUOgFAKN8oFDpCsw6YOdYQ=
 github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
 github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
 github.com/golang/snappy v0.0.0-20180518054509-2e65f85255db h1:woRePGFeVFfLKN/pOkfl+p/TAqKOfFu+7KPlMVpok/w=
a id='n167' href='#n167'>167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297