Files

17 lines
376 B
Modula-2
Raw Permalink Normal View History

2024-10-03 01:16:41 +02:00
module github.com/fox-it/pcap-broker
2023-07-11 16:54:09 +02:00
go 1.23.0
2023-07-11 16:54:09 +02:00
require (
2023-11-11 15:08:29 +01:00
github.com/google/gopacket v1.1.19
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/rs/zerolog v1.34.0
2023-11-11 15:08:29 +01:00
)
require (
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
golang.org/x/net v0.40.0 // indirect
golang.org/x/sys v0.33.0 // indirect
2023-07-11 16:54:09 +02:00
)