Update Go dependencies (#88)

This commit is contained in:
Markus Viitamäki
2020-07-23 12:54:44 +02:00
committed by GitHub
parent 1f1ed1195f
commit 1206732096
2 changed files with 23 additions and 7 deletions
+7 -7
View File
@@ -5,17 +5,17 @@ go 1.13
require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/google/nftables v0.0.0-20200316075819-7127d9d22474
github.com/julienschmidt/httprouter v1.3.0
github.com/sirupsen/logrus v1.6.0
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect
golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5 // indirect
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect
github.com/vishvananda/netns v0.0.0-20200520041808-52d707b772fe
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899 // indirect
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/sys v0.0.0-20200722175500-76b94024e4b6 // indirect
golang.zx2c4.com/wireguard v0.0.20200320 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200609130330-bd2cb7843e1b
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)