2026-05-02 12:43:43 +08:00
|
|
|
module apigo.cc/go/config
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-10 12:55:23 +08:00
|
|
|
apigo.cc/go/cast v1.2.10
|
|
|
|
|
apigo.cc/go/file v1.0.8
|
2026-05-02 12:43:43 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-10 12:55:23 +08:00
|
|
|
apigo.cc/go/encoding v1.1.2 // indirect
|
|
|
|
|
apigo.cc/go/rand v1.0.6 // indirect
|
|
|
|
|
apigo.cc/go/safe v1.0.7 // indirect
|
2026-05-05 21:57:53 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2026-05-02 12:43:43 +08:00
|
|
|
golang.org/x/crypto v0.50.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|