24 lines
585 B
AMPL
24 lines
585 B
AMPL
module shell2
|
|
|
|
go 1.25.12
|
|
|
|
require (
|
|
github.com/lib/pq v1.10.9
|
|
github.com/xtaci/kcp-go/v5 v5.6.61
|
|
github.com/xtaci/smux v1.5.50
|
|
golang.org/x/crypto v0.54.0
|
|
golang.org/x/net v0.57.0
|
|
golang.org/x/time v0.15.0
|
|
www.bamsoftware.com/git/dnstt.git v1.20241021.0
|
|
)
|
|
|
|
require (
|
|
github.com/flynn/noise v1.0.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.2.6 // indirect
|
|
github.com/klauspost/reedsolomon v1.12.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tjfoc/gmsm v1.4.1 // indirect
|
|
golang.org/x/sys v0.47.0 // indirect
|
|
golang.org/x/text v0.40.0 // indirect
|
|
)
|