chore: bump dependencies

This commit is contained in:
Shengjing Zhu
2021-10-26 01:47:22 +08:00
parent 9b25422dfa
commit 0d5db0bf08
2 changed files with 396 additions and 27 deletions

4
go.mod
View File

@@ -4,6 +4,6 @@ go 1.16
require (
github.com/jessevdk/go-flags v1.5.0
golang.zx2c4.com/wireguard v0.0.0-20210927201915-bb745b2ea326
golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20210927201915-bb745b2ea326
golang.zx2c4.com/wireguard v0.0.0-20211025155311-828a885a7140
golang.zx2c4.com/wireguard/tun/netstack v0.0.0-20211025155311-828a885a7140
)