go.mod, go.sum: update

This commit is contained in:
Brad Fitzpatrick
2020-02-26 15:19:10 -08:00
parent 14abc82033
commit 74650d6fb5
2 changed files with 6 additions and 2 deletions

3
go.mod
View File

@@ -15,7 +15,7 @@ require (
github.com/kr/pty v1.1.1
github.com/mdlayher/netlink v1.1.0
github.com/pborman/getopt v0.0.0-20190409184431-ee0cd42419d3
github.com/tailscale/hujson v0.0.0-20190930033718-5098e564d9b3
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-20200225215529-3ec48fad1002
golang.org/x/crypto v0.0.0-20200210222208-86ce3cb69678
@@ -26,4 +26,3 @@ require (
honnef.co/go/tools v0.0.1-2019.2.3 // indirect
rsc.io/goversion v1.2.0
)