-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
30 lines (27 loc) · 1.04 KB
/
go.mod
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
27
28
29
30
module github.com/hujun-open/zouppp
go 1.20
require (
github.com/hujun-open/etherconn v0.6.1
github.com/hujun-open/myaddr v0.1.1
github.com/hujun-open/mywg v0.2.0
github.com/hujun-open/shouchan v0.3.4
github.com/insomniacslk/dhcp v0.0.0-20220504074936-1ca156eafb9f
github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8
github.com/vishvananda/netlink v1.1.0
go.uber.org/zap v1.21.0
)
require (
github.com/asavie/xdp v0.3.4-0.20211113171712-711132ccc429 // indirect
github.com/cilium/ebpf v0.8.1 // indirect
github.com/google/gopacket v1.1.19 // indirect
github.com/hujun-open/extyaml v0.4.0 // indirect
github.com/hujun-open/myflags v0.3.2 // indirect
github.com/safchain/ethtool v0.2.0 // indirect
github.com/u-root/uio v0.0.0-20220204230159-dac05f7d2cb4 // indirect
github.com/vishvananda/netns v0.0.0-20211101163701-50045581ed74 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.8.0 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)