go.mod: update wireguard-go version.

Signed-off-by: David Anderson <dave@natulte.net>
This commit is contained in:
David Anderson
2020-03-01 01:16:07 -08:00
parent 061315acb4
commit 18fb98792b
2 changed files with 14 additions and 4 deletions

8
go.mod
View File

@@ -19,14 +19,14 @@ require (
github.com/peterbourgon/ff/v2 v2.0.0
github.com/tailscale/hujson v0.0.0-20190930033718-5098e564d9b3 // indirect
github.com/tailscale/winipcfg-go v0.0.0-20200213045944-185b07f8233f
github.com/tailscale/wireguard-go v0.0.0-20200301084640-52819259e449
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
github.com/tailscale/wireguard-go v0.0.0-20200301090855-c9a152bc3b51
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/sys v0.0.0-20200217220822-9197077df867
golang.org/x/sys v0.0.0-20200301040627-c5d0d7b4ec88
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gortc.io/stun v1.22.1
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
rsc.io/goversion v1.2.0
)