-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (30 loc) · 1.2 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
31
32
33
34
module github.com/hujun-open/dhcplt
go 1.20
require (
github.com/RobinUS2/golang-moving-average v1.0.0
github.com/google/gopacket v1.1.19
github.com/hujun-open/cmprule v0.3.1
github.com/hujun-open/etherconn v0.9.0
github.com/hujun-open/myaddr v0.1.3
github.com/hujun-open/shouchan v0.3.5
github.com/insomniacslk/dhcp v0.0.0-20240829085014-a3a4c1f04475
github.com/vishvananda/netlink v1.3.0
)
// replace github.com/hujun-open/etherconn => ../etherconn
require (
github.com/asavie/xdp v0.3.4-0.20211113171712-711132ccc429 // indirect
github.com/cilium/ebpf v0.4.0 // indirect
github.com/hujun-open/extyaml v0.4.0 // indirect
github.com/hujun-open/myflags v0.3.2 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/packet v1.1.2 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/pierrec/lz4/v4 v4.1.14 // indirect
github.com/safchain/ethtool v0.0.0-20201023143004-874930cb3ce0 // indirect
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
github.com/vishvananda/netns v0.0.4 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)