diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-07-16 14:26:04 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-07-16 14:26:04 +0100 |
commit | fbf139f20ea4552d0010305ca5d33b55d24a7af9 (patch) | |
tree | 0fb2ac781ea74bc653a2eaa587404c4260f2641f /go.mod | |
parent | e5208c2ec9b5e1878c3f9860c98de29a9d95ca18 (diff) |
Small fix to gobind build
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ require ( github.com/yggdrasil-network/yggdrasil-go v0.3.15-0.20200715104113-1046b00c3be3 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 ) |