merge: resolve STATE.md conflict from wave 1 (keep executor version)

This commit is contained in:
2026-03-26 21:00:15 +01:00
parent 1986e8fc2e
commit 936aeeafd8
4 changed files with 23 additions and 23 deletions
+2 -2
View File
@@ -5,15 +5,15 @@ go 1.24.1
require (
github.com/gopacket/gopacket v1.5.0
github.com/packetcap/go-pcap v0.0.0-20251215121130-f2cf9f991e7c
github.com/sjzar/go-lame v0.0.9
github.com/spf13/cobra v1.10.2
golang.org/x/net v0.39.0
)
require (
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/sjzar/go-lame v0.0.9 // 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
)