Files
yoloyolo/go.mod
T

13 lines
305 B
AMPL
Raw Normal View History

module github.com/netsynth/netsynth
go 1.24.1
require github.com/gopacket/gopacket v1.5.0
require (
github.com/packetcap/go-pcap v0.0.0-20251215121130-f2cf9f991e7c // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
golang.org/x/net v0.39.0 // indirect
golang.org/x/sys v0.32.0 // indirect
)