about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-05-22 03:24:58 -0400
committerBen Morrison <ben@gbmor.dev>2019-05-22 03:24:58 -0400
commit8e3bef29c6127b9ff33bb8d6f0481780f8a3568f (patch)
tree19807c02c9c5863c52cb29f6093c27765006b245
parent37bf8b04e76ea1cce678238af48ac8097348e655 (diff)
downloadgetwtxt-8e3bef29c6127b9ff33bb8d6f0481780f8a3568f.tar.gz
updated deps
-rw-r--r--go.mod2
-rw-r--r--go.sum2
2 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 51db9ad..ac24743 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-20190521225739-b578f6a875b3
+	github.com/getwtxt/registry v0.0.0-20190522061646-f6f39419c495
 	github.com/gorilla/handlers v1.4.0
 	github.com/gorilla/mux v1.7.1
 	github.com/spf13/pflag v1.0.3
diff --git a/go.sum b/go.sum
index f6ededa..7b4aa5d 100644
--- a/go.sum
+++ b/go.sum
@@ -22,6 +22,8 @@ github.com/getwtxt/registry v0.0.0-20190521224220-3b3c30d8d5fc h1:M6hMpp1w2xHhs4
 github.com/getwtxt/registry v0.0.0-20190521224220-3b3c30d8d5fc/go.mod h1:BGSIALOFqIRj+ACLB8etWGUOgFAKN8oFDpCsw6YOdYQ=
 github.com/getwtxt/registry v0.0.0-20190521225739-b578f6a875b3 h1:fc/zPwk0Z5m4r4WkAU/1gB47ZEgMheREbtVQajjJXVc=
 github.com/getwtxt/registry v0.0.0-20190521225739-b578f6a875b3/go.mod h1:BGSIALOFqIRj+ACLB8etWGUOgFAKN8oFDpCsw6YOdYQ=
+github.com/getwtxt/registry v0.0.0-20190522061646-f6f39419c495 h1:QrgF2UddI9IsimmTSAGiQOqorPHvKqPbI9Md1D0Kxpc=
+github.com/getwtxt/registry v0.0.0-20190522061646-f6f39419c495/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=