2026-05-10 15:53:17 +08:00
|
|
|
module apigo.cc/go/starter
|
|
|
|
|
|
2026-05-12 14:59:17 +08:00
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-06-03 20:11:27 +08:00
|
|
|
apigo.cc/go/crypto v1.5.0
|
|
|
|
|
apigo.cc/go/id v1.5.0
|
2026-06-05 08:37:22 +08:00
|
|
|
apigo.cc/go/log v1.5.4
|
2026-05-12 14:59:17 +08:00
|
|
|
)
|
2026-05-14 21:53:25 +08:00
|
|
|
|
2026-06-03 20:11:27 +08:00
|
|
|
require apigo.cc/go/jsmod v1.5.0 // indirect
|
|
|
|
|
|
2026-05-14 21:53:25 +08:00
|
|
|
require (
|
2026-06-05 08:37:22 +08:00
|
|
|
apigo.cc/go/cast v1.5.0 // indirect
|
|
|
|
|
apigo.cc/go/config v1.5.1 // indirect
|
2026-06-03 20:11:27 +08:00
|
|
|
apigo.cc/go/encoding v1.5.0 // indirect
|
2026-06-05 08:37:22 +08:00
|
|
|
apigo.cc/go/file v1.5.0 // indirect
|
2026-06-03 20:11:27 +08:00
|
|
|
apigo.cc/go/rand v1.5.0 // indirect
|
|
|
|
|
apigo.cc/go/safe v1.5.0 // indirect
|
2026-06-05 08:37:22 +08:00
|
|
|
apigo.cc/go/shell v1.5.0 // indirect
|
|
|
|
|
golang.org/x/crypto v0.52.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.45.0 // indirect
|
2026-05-14 21:53:25 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|