diff options
author | Ben Morrison <ben@gbmor.dev> | 2019-06-11 20:11:32 -0400 |
---|---|---|
committer | Ben Morrison <ben@gbmor.dev> | 2019-06-11 20:11:32 -0400 |
commit | 67e47cb3787f91fe81159252890bf4f7e8391d5c (patch) | |
tree | 93b961407795125c1a45dc4d2b4bd4a7d371d826 /go.mod | |
parent | 69adb2159f0c050d18d075241945d3224dca5d30 (diff) | |
download | getwtxt-67e47cb3787f91fe81159252890bf4f7e8391d5c.tar.gz |
updated deps v0.4.0
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod index 6f87632..f94209e 100644 --- a/go.mod +++ b/go.mod @@ -9,7 +9,7 @@ require ( github.com/coreos/etcd v3.3.13+incompatible // indirect github.com/coreos/go-semver v0.3.0 // indirect github.com/dgryski/go-sip13 v0.0.0-20190329191031-25c5027a8c7b // indirect - github.com/getwtxt/getwtxt/svc v0.0.0-20190612000245-adee7fa63332 + github.com/getwtxt/getwtxt/svc v0.0.0-20190612001058-69adb2159f0c github.com/golang/mock v1.3.1 // indirect github.com/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect github.com/kisielk/errcheck v1.2.0 // indirect |