diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-11 03:57:58 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-11 04:54:46 -0400 |
commit | f02cb61da3370e113796dad83eaedcd577f0278a (patch) | |
tree | d32296a1ed07b3b8c8352be40a51ce4b11173bd6 /go.mod | |
parent | 930ef3459659a7b0353cb98c0de01c18d8cb8570 (diff) | |
download | getwtxt-f02cb61da3370e113796dad83eaedcd577f0278a.tar.gz |
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod index b3bae95..938a9cd 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-20190610071147-524936cf8bc9 - github.com/go-logfmt/logfmt v0.4.0 // indirect + github.com/getwtxt/getwtxt/svc v0.0.0-20190610071437-eaa62215ae92 + golang.org/x/sys v0.0.0-20190610200419-93c9922d18ae // indirect ) |