2026-05-02 23:39:10 +08:00
|
|
|
module apigo.cc/go/log
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-10 12:55:24 +08:00
|
|
|
apigo.cc/go/cast v1.2.10
|
|
|
|
|
apigo.cc/go/config v1.0.8
|
|
|
|
|
apigo.cc/go/file v1.0.8
|
|
|
|
|
apigo.cc/go/id v1.0.7
|
|
|
|
|
apigo.cc/go/shell v1.0.6
|
2026-05-02 23:39:10 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-10 12:55:24 +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-10 13:12:21 +08:00
|
|
|
golang.org/x/crypto v0.51.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.44.0 // indirect
|
2026-05-02 23:39:10 +08:00
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|