-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
26 lines (23 loc) · 1.07 KB
/
go.mod
File metadata and controls
26 lines (23 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/my-network/wgcreate
go 1.17
require (
github.com/lorenzosaino/go-sysctl v0.1.0
github.com/stretchr/testify v1.4.0
github.com/xaionaro-go/errors v0.0.0-20200223133802-5f1bdcd2dd3e
github.com/xaionaro-go/netlink v1.0.1-0.20200209193433-105c3d8d5e5b
golang.zx2c4.com/wireguard v0.0.0-20211209221555-9c9e7e272434
)
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/hashicorp/errwrap v1.0.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/vishvananda/netlink v1.1.1-0.20200209182519-5e92c072cd0d // indirect
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df // indirect
golang.org/x/crypto v0.0.0-20211108221036-ceb1ce70b4fa // indirect
golang.org/x/net v0.0.0-20211111083644-e5c967477495 // indirect
golang.org/x/sys v0.0.0-20211110154304-99a53858aa08 // indirect
golang.zx2c4.com/go118/netip v0.0.0-20211111135330-a4a02eeacf9d // indirect
golang.zx2c4.com/wintun v0.0.0-20211104114900-415007cec224 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)