about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-06-11 05:30:25 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 05:30:25 -0400
commit4ff0f5038aeca70ad76296ad3c9f054f4cfb5877 (patch)
tree612e36f5f612306aecb902558d3d9611fad78c02 /go.mod
parent64d24f3f43f763395a985c87da1760048d282575 (diff)
downloadgetwtxt-4ff0f5038aeca70ad76296ad3c9f054f4cfb5877.tar.gz
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 8991204..23b230c 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,6 @@ module github.com/getwtxt/getwtxt
 go 1.11
 
 require (
-	github.com/getwtxt/getwtxt/svc v0.0.0-20190610071437-eaa62215ae92
-	github.com/go-logfmt/logfmt v0.4.0 // indirect
+	github.com/getwtxt/getwtxt/svc v0.0.0-20190611092730-64d24f3f43f7
 	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
 )