-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (18 loc) · 665 Bytes
/
Copy pathgo.mod
File metadata and controls
22 lines (18 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module tt
go 1.20
require (
github.com/RobinUS2/golang-moving-average v1.0.0
github.com/google/gopacket v1.1.19
github.com/hujun-open/etherconn v0.0.0
github.com/hujun-open/myaddr v0.0.0-20200628224706-46a60dd3e36b
github.com/vishvananda/netlink v1.1.0
)
require (
github.com/asavie/xdp v0.3.4-0.20211113171712-711132ccc429 // indirect
github.com/cilium/ebpf v0.4.0 // indirect
github.com/safchain/ethtool v0.0.0-20201023143004-874930cb3ce0 // indirect
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.5.0 // indirect
)
replace github.com/hujun-open/etherconn => ../