chore(01-01): tidy go.mod after classifier implementation
- go mod tidy updates go.mod to reflect actual imports - gopacket is now a direct dependency (used in classifier.go) - go-pcap and cobra remain in go.sum for future plans
This commit is contained in:
@@ -2,13 +2,4 @@ module github.com/netsynth/netsynth
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/gopacket/gopacket v1.5.0 // indirect
|
||||
github.com/inconshreveable/mousetrap v1.1.0 // indirect
|
||||
github.com/packetcap/go-pcap v0.0.0-20251215121130-f2cf9f991e7c // indirect
|
||||
github.com/sirupsen/logrus v1.9.3 // indirect
|
||||
github.com/spf13/cobra v1.10.2 // indirect
|
||||
github.com/spf13/pflag v1.0.9 // indirect
|
||||
golang.org/x/net v0.39.0 // indirect
|
||||
golang.org/x/sys v0.32.0 // indirect
|
||||
)
|
||||
require github.com/gopacket/gopacket v1.5.0
|
||||
|
||||
Reference in New Issue
Block a user