mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-09-20 02:33:28 +08:00
12 lines
332 B
Modula-2
12 lines
332 B
Modula-2
module github.com/google/gopacket
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/vishvananda/netlink v1.1.0
|
|
github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f
|
|
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
|
|
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
|
|
golang.org/x/sys v0.0.0-20200217220822-9197077df867
|
|
)
|