aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-07-13 09:38:40 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2020-07-13 09:38:40 +0100
commit3178afde2c432d5886fa51e1eacfb1e770da39a6 (patch)
tree57de96a8e85ac902ef226550447c3c91ab355684 /go.mod
parent08e9d996b6e9f726425d815820e3857c12ebc0b3 (diff)
Update go.mod/go.sum
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2c348d94..e396ea7d 100644
--- a/go.mod
+++ b/go.mod
@@ -36,10 +36,9 @@ require (
github.com/uber-go/atomic v1.3.0 // indirect
github.com/uber/jaeger-client-go v2.15.0+incompatible
github.com/uber/jaeger-lib v1.5.0
- github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20200709151813-3c2f73ac5e86
+ github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20200713083728-5a765b33d55b
go.uber.org/atomic v1.4.0
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
- golang.org/x/mobile v0.0.0-20200629153529-33b80540585f // indirect
gopkg.in/h2non/bimg.v1 v1.0.18
gopkg.in/yaml.v2 v2.2.8
)