module github.com/ParsaKSH/spooftunnel

go 1.23

require (
	github.com/fatih/color v1.18.0
	github.com/google/gopacket v1.1.19
	github.com/klauspost/reedsolomon v1.13.0
	github.com/spf13/cobra v1.10.2
	golang.org/x/crypto v0.18.0
	golang.org/x/net v0.10.0
)

require (
	github.com/inconshreveable/mousetrap v1.1.0 // indirect
	github.com/klauspost/cpuid/v2 v2.3.0 // indirect
	github.com/mattn/go-colorable v0.1.13 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/spf13/pflag v1.0.9 // indirect
	golang.org/x/sys v0.30.0 // indirect
)
