You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
437 B
Modula-2
19 lines
437 B
Modula-2
module b612.me/bcap
|
|
|
|
go 1.22.4
|
|
|
|
require (
|
|
github.com/florianl/go-nfqueue/v2 v2.0.0
|
|
github.com/google/gopacket v1.1.19
|
|
)
|
|
|
|
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
|
|
golang.org/x/net v0.25.0 // indirect
|
|
golang.org/x/sync v0.7.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
)
|