2026-05-02 23:39:10 +08:00
|
|
|
module apigo.cc/go/log
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-10 15:48:33 +08:00
|
|
|
apigo.cc/go/cast v1.3.0
|
|
|
|
|
apigo.cc/go/config v1.3.0
|
|
|
|
|
apigo.cc/go/file v1.3.0
|
|
|
|
|
apigo.cc/go/id v1.3.0
|
|
|
|
|
apigo.cc/go/shell v1.3.0
|
2026-05-02 23:39:10 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-10 15:48:33 +08:00
|
|
|
apigo.cc/go/encoding v1.3.0 // indirect
|
|
|
|
|
apigo.cc/go/rand v1.3.0 // indirect
|
|
|
|
|
apigo.cc/go/safe v1.3.0 // 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
|
|
|
|
|
)
|