Remove pcap-based packet sniffing receivers

This commit is contained in:
Ian Gulliver
2026-01-27 14:33:21 -08:00
parent ce98165946
commit ac59d7975c
6 changed files with 17 additions and 341 deletions

1
go.mod
View File

@@ -4,7 +4,6 @@ go 1.25.4
require (
github.com/BurntSushi/toml v1.6.0
github.com/google/gopacket v1.1.19
golang.org/x/net v0.48.0
)