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 04:12:57 -0400
committerBen Morrison <ben@gbmor.dev>2019-06-11 04:54:51 -0400
commit7cc45ff9314bb3343760811318b8bc238e6d945a (patch)
tree075c1f4bd2ab7e5209d4705240e0c0db7f024e1a /go.mod
parentfdd9bd02f9ec37d25104dce8c1279a007aa980fc (diff)
downloadgetwtxt-7cc45ff9314bb3343760811318b8bc238e6d945a.tar.gz
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 938a9cd..8991204 100644
--- a/go.mod
+++ b/go.mod
@@ -4,5 +4,6 @@ go 1.11
 
 require (
 	github.com/getwtxt/getwtxt/svc v0.0.0-20190610071437-eaa62215ae92
+	github.com/go-logfmt/logfmt v0.4.0 // indirect
 	golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect
 )