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.20
|
|
|
|
|
|
|
|
|
|
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
|
2024-10-03 01:16:41 +02:00
|
|
|
github.com/rs/zerolog v1.33.0
|
2023-11-11 15:08:29 +01:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2023-12-18 10:51:54 +01:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
2024-12-30 16:21:58 +01:00
|
|
|
golang.org/x/net v0.33.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.28.0 // indirect
|
2023-07-11 16:54:09 +02:00
|
|
|
)
|