WireGuard / wgctrl-go

Package wgctrl enables control of WireGuard interfaces on multiple platforms.
https://godoc.org/golang.zx2c4.com/wireguard/wgctrl
MIT License
727 stars 85 forks source link

go.mod: bump dependencies #103

Closed AlekSi closed 3 years ago

AlekSi commented 3 years ago

Closes #102.

Signed-off-by: Alexey Palazhchenko alexey.palazhchenko@gmail.com

AlekSi commented 3 years ago

The build failed for unrelated reasons like

+ sudo add-apt-repository -y ppa:wireguard/wireguard
Cannot add PPA: 'ppa:~wireguard/ubuntu/wireguard'.
The team named '~wireguard' has no PPA named 'ubuntu/wireguard'
mdlayher commented 3 years ago

Thanks!