You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
237 B
10 lines
237 B
module github.com/serverwentdown/wireguard-negotiator
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.3.1
|
|
github.com/urfave/cli/v2 v2.0.0
|
|
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20191219145116-fa6499c8e75f
|
|
gopkg.in/ini.v1 v1.51.0
|
|
)
|