summary refs log tree commit diff stats
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
parent8b6ab9931229947bba43eb8fe580637c11e8d591 (diff)
downloadgetwtxt-9a6d180518b203b166ed4f8bc09fb493affd3533.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 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
diff --git a/go.sum b/go.sum
index 7b4aa5d..8acfc84 100644
--- a/go.sum
+++ b/go.sum
@@ -24,6 +24,8 @@ github.com/getwtxt/registry v0.0.0-20190521225739-b578f6a875b3 h1:fc/zPwk0Z5m4r4
 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/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/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=