keys/go.mod

31 lines
855 B
Modula-2
Raw Normal View History

2026-05-10 15:53:01 +08:00
module apigo.cc/go/keys
go 1.25.0
2026-05-10 15:53:01 +08:00
require (
apigo.cc/go/crypto v1.3.0
apigo.cc/go/crypto-sm v1.3.0
apigo.cc/go/encoding v1.3.0
apigo.cc/go/file v1.3.1
2026-05-10 15:53:01 +08:00
apigo.cc/go/safe v1.3.0
apigo.cc/go/shell v1.3.0
github.com/c-bata/go-prompt v0.2.6
golang.org/x/term v0.43.0
2026-05-10 15:53:01 +08:00
)
require (
apigo.cc/go/cast v1.3.2 // indirect
2026-05-10 15:53:01 +08:00
apigo.cc/go/rand v1.3.0 // indirect
github.com/clipperhouse/uax29/v2 v2.6.0 // indirect
2026-05-10 15:53:01 +08:00
github.com/emmansun/gmsm v0.28.0 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
2026-05-10 15:53:01 +08:00
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.19 // indirect
2026-05-10 15:53:01 +08:00
github.com/mattn/go-tty v0.0.3 // indirect
github.com/pkg/term v1.2.0-beta.2 // indirect
golang.org/x/crypto v0.51.0 // indirect
golang.org/x/sys v0.44.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
2026-05-10 15:53:01 +08:00
)