about summary refs log tree commit diff stats
path: root/go.mod
diff options
context:
space:
mode:
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 6b33577..b3bae95 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,6 @@ module github.com/getwtxt/getwtxt
 go 1.11
 
 require (
-	github.com/getwtxt/getwtxt/svc v0.0.0-20190610052041-4fb7785e4552
+	github.com/getwtxt/getwtxt/svc v0.0.0-20190610071147-524936cf8bc9
 	github.com/go-logfmt/logfmt v0.4.0 // indirect
 )