26 lines
687 B
AMPL
26 lines
687 B
AMPL
module shell2
|
|
|
|
go 1.25.4
|
|
|
|
require (
|
|
github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
|
|
github.com/lib/pq v1.10.9
|
|
github.com/openwall/yescrypt-go v1.0.0
|
|
github.com/xtaci/kcp-go/v5 v5.6.61
|
|
github.com/xtaci/smux v1.5.50
|
|
golang.org/x/crypto v0.45.0
|
|
golang.org/x/net v0.47.0
|
|
golang.org/x/time v0.14.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.38.0 // indirect
|
|
golang.org/x/text v0.31.0 // indirect
|
|
)
|