mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-08 09:07:44 +00:00
go.mod: update wireguard-go version
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
parent
0752c77dc2
commit
719c974c38
3
go.mod
3
go.mod
@ -19,7 +19,7 @@ require (
|
|||||||
github.com/peterbourgon/ff/v2 v2.0.0
|
github.com/peterbourgon/ff/v2 v2.0.0
|
||||||
github.com/tailscale/hujson v0.0.0-20190930033718-5098e564d9b3 // indirect
|
github.com/tailscale/hujson v0.0.0-20190930033718-5098e564d9b3 // indirect
|
||||||
github.com/tailscale/winipcfg-go v0.0.0-20200213045944-185b07f8233f
|
github.com/tailscale/winipcfg-go v0.0.0-20200213045944-185b07f8233f
|
||||||
github.com/tailscale/wireguard-go v0.0.0-20200301090855-c9a152bc3b51
|
github.com/tailscale/wireguard-go v0.0.0-20200301171525-c79fb046ceee
|
||||||
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
|
||||||
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
golang.org/x/net v0.0.0-20200301022130-244492dfa37a // indirect
|
||||||
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
||||||
@ -30,3 +30,4 @@ require (
|
|||||||
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
|
||||||
rsc.io/goversion v1.2.0
|
rsc.io/goversion v1.2.0
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user