diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-07-07 14:18:58 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-07-07 14:18:58 +0100 |
commit | b21fad92e57451e7a7186630c02214f23c1b9d03 (patch) | |
tree | 4b5ad4c900338a7d138d798db10ccb5363dd8aca /go.mod | |
parent | 99ea1f9b4875e9458e640daa3358c3e9ad4fe065 (diff) |
Tweaks to Dendrite Yggdrasil demo setup
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ 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.20200706132141-82b2af2963bf + github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20200707124509-16343a00055c go.uber.org/atomic v1.4.0 golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 gopkg.in/h2non/bimg.v1 v1.0.18 |