bcap/go.mod

19 lines
438 B
Modula-2
Raw Permalink Normal View History

2024-11-24 11:30:27 +08:00
module b612.me/bcap
2026-02-04 13:33:54 +08:00
go 1.24.0
2024-11-24 11:30:27 +08:00
require (
2026-02-04 13:33:54 +08:00
github.com/florianl/go-nfqueue/v2 v2.0.2
github.com/gopacket/gopacket v1.5.0
2024-11-24 11:30:27 +08:00
)
require (
github.com/google/go-cmp v0.6.0 // indirect
github.com/josharian/native v1.1.0 // indirect
github.com/mdlayher/netlink v1.7.2 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
2026-02-04 13:33:54 +08:00
golang.org/x/net v0.39.0 // indirect
2024-11-24 11:30:27 +08:00
golang.org/x/sync v0.7.0 // indirect
2026-02-04 13:33:54 +08:00
golang.org/x/sys v0.32.0 // indirect
2024-11-24 11:30:27 +08:00
)