2026-05-02 12:43:43 +08:00
|
|
|
module apigo.cc/go/config
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-16 01:23:50 +08:00
|
|
|
apigo.cc/go/cast v1.3.3
|
|
|
|
|
apigo.cc/go/file v1.3.2
|
2026-05-02 12:43:43 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-16 01:23:50 +08:00
|
|
|
apigo.cc/go/encoding v1.3.1 // indirect
|
|
|
|
|
apigo.cc/go/rand v1.3.1 // indirect
|
|
|
|
|
apigo.cc/go/safe v1.3.1 // indirect
|
2026-05-05 21:57:53 +08:00
|
|
|
github.com/kr/text v0.2.0 // indirect
|
2026-05-10 13:12:00 +08:00
|
|
|
golang.org/x/crypto v0.51.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.44.0 // indirect
|
2026-05-02 12:43:43 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|