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 | |
parent | 69adb2159f0c050d18d075241945d3224dca5d30 (diff) | |
download | getwtxt-67e47cb3787f91fe81159252890bf4f7e8391d5c.tar.gz |
updated deps v0.4.0
-rw-r--r-- | go.mod | 2 | ||||
-rw-r--r-- | go.sum | 2 |
2 files changed, 3 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 diff --git a/go.sum b/go.sum index 8c44d47..8c74a62 100644 --- a/go.sum +++ b/go.sum @@ -34,6 +34,8 @@ github.com/getwtxt/getwtxt/svc v0.0.0-20190611231214-377709d3cc81 h1:DJDzjPWInzD github.com/getwtxt/getwtxt/svc v0.0.0-20190611231214-377709d3cc81/go.mod h1:Awd0m17JO3MgeEgiybRub0axuybhkbpbSyR+SUGs5IY= github.com/getwtxt/getwtxt/svc v0.0.0-20190612000245-adee7fa63332 h1:i0w0bKhZuB9OX2CzbZ10vFOxOEEGZSJPdd/k4VYDixs= github.com/getwtxt/getwtxt/svc v0.0.0-20190612000245-adee7fa63332/go.mod h1:Awd0m17JO3MgeEgiybRub0axuybhkbpbSyR+SUGs5IY= +github.com/getwtxt/getwtxt/svc v0.0.0-20190612001058-69adb2159f0c h1:VS3D8aGvsDJJcpKScfs2/5/1l8xn/iaHB+59cKXLC9w= +github.com/getwtxt/getwtxt/svc v0.0.0-20190612001058-69adb2159f0c/go.mod h1:Awd0m17JO3MgeEgiybRub0axuybhkbpbSyR+SUGs5IY= github.com/getwtxt/registry v0.2.3 h1:gOc6fSBljD/6QKwr+UXtY2bPepsifVei49XQaR5i1mk= github.com/getwtxt/registry v0.2.3/go.mod h1:BGSIALOFqIRj+ACLB8etWGUOgFAKN8oFDpCsw6YOdYQ= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= |