go.mod: bump wireguard-go

This commit is contained in:
Brad Fitzpatrick
2020-03-18 13:26:08 -07:00
parent 19a1704abd
commit 14a2564ef0
2 changed files with 9 additions and 3 deletions

6
go.mod
View File

@@ -20,12 +20,12 @@ 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-20200317153427-3c84b2e08219
golang.org/x/crypto v0.0.0-20200311171314-f7b00557c8c4
github.com/tailscale/wireguard-go v0.0.0-20200318202300-fc0d3b3791f3
golang.org/x/crypto v0.0.0-20200317142112-1b76d66859c6
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-20200316230553-a7d97aace0b0
golang.org/x/sys v0.0.0-20200317113312-5766fd39f98d
golang.org/x/time v0.0.0-20191024005414-555d28b269f0
gortc.io/stun v1.22.1
honnef.co/go/tools v0.0.1-2020.1.3 // indirect