2026-03-25 12:11:02 +01:00
|
|
|
module github.com/netsynth/netsynth
|
|
|
|
|
|
|
|
|
|
go 1.24.1
|
|
|
|
|
|
2026-03-25 12:22:10 +01:00
|
|
|
require (
|
|
|
|
|
github.com/gopacket/gopacket v1.5.0
|
|
|
|
|
github.com/packetcap/go-pcap v0.0.0-20251215121130-f2cf9f991e7c
|
2026-03-26 21:00:15 +01:00
|
|
|
github.com/sjzar/go-lame v0.0.9
|
2026-03-25 12:22:10 +01:00
|
|
|
github.com/spf13/cobra v1.10.2
|
2026-03-26 21:00:15 +01:00
|
|
|
golang.org/x/net v0.39.0
|
2026-03-25 12:22:10 +01:00
|
|
|
)
|
2026-03-25 12:17:16 +01:00
|
|
|
|
|
|
|
|
require (
|
2026-03-26 20:57:00 +01:00
|
|
|
github.com/BurntSushi/toml v1.6.0 // indirect
|
2026-03-25 12:22:10 +01:00
|
|
|
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
2026-03-25 12:17:16 +01:00
|
|
|
github.com/sirupsen/logrus v1.9.3 // indirect
|
2026-03-25 12:22:10 +01:00
|
|
|
github.com/spf13/pflag v1.0.9 // indirect
|
2026-03-25 12:17:16 +01:00
|
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
|
|
|
)
|