diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-02-18 09:45:55 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2021-02-18 09:45:55 +0000 |
commit | 11830fd4afd0046f477dedda5389c01c81c56d38 (patch) | |
tree | f8e52192587faacb7a0dfdbf24379a791c3d5d97 /go.mod | |
parent | 4c0103a2d5dd6fecab087812525438f8a6e303cf (diff) |
Fix transitive dependency for P2P demo
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -37,11 +37,10 @@ require ( github.com/tidwall/sjson v1.1.4 github.com/uber/jaeger-client-go v2.25.0+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible - github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20201006093556-760d9a7fd5ee + github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20210218094457-e77ca8019daa go.uber.org/atomic v1.6.0 golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad - golang.org/x/net v0.0.0-20200528225125-3c3fba18258b - golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect + golang.org/x/net v0.0.0-20210119194325-5f4716e94777 gopkg.in/h2non/bimg.v1 v1.1.4 gopkg.in/yaml.v2 v2.3.0 ) |