update golang dependencies to latest version (#66)

Update golang dependencies to latest version.
This commit is contained in:
Markus Viitamäki
2020-05-05 10:59:59 +02:00
committed by GitHub
parent 27dd9f29be
commit c60f65d038
2 changed files with 61 additions and 42 deletions
+10 -7
View File
@@ -6,13 +6,16 @@ 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/go-bindata/go-bindata v3.1.2+incompatible // indirect
github.com/google/nftables v0.0.0-20190906062827-5d14089d2edc
github.com/google/nftables v0.0.0-20200316075819-7127d9d22474
github.com/julienschmidt/httprouter v1.3.0
github.com/sirupsen/logrus v1.4.2
github.com/skip2/go-qrcode v0.0.0-20190110000554-dc11ecdae0a9
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20190925195211-ef61b881e46f
github.com/sirupsen/logrus v1.6.0
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
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
golang.zx2c4.com/wireguard v0.0.20200320 // indirect
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20200324154536-ceff61240acf
gopkg.in/alecthomas/kingpin.v2 v2.2.6
)