diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-12 21:37:56 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-12 21:37:56 -0400 |
commit | c30dd06c02afb745157b4ea648f74bb69e37d8cf (patch) | |
tree | 0f089edee7476b5fa8e00fe63b8790a93aac81df /go.mod | |
parent | a2d5115725dea018edb8a8dbaf3c622fabe2680e (diff) | |
download | getwtxt-c30dd06c02afb745157b4ea648f74bb69e37d8cf.tar.gz |
updated deps
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod index 92936af..f033df3 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,4 @@ module github.com/getwtxt/getwtxt go 1.11 -require ( - github.com/getwtxt/getwtxt/svc v0.0.0-20190612071014-fff90c740578 - golang.org/x/net v0.0.0-20190611141213-3f473d35a33a // indirect -) +require github.com/getwtxt/getwtxt/svc v0.0.0-20190613013552-a2d5115725de |