2026-05-02 23:39:10 +08:00
|
|
|
module apigo.cc/go/log
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-06-11 22:24:09 +08:00
|
|
|
apigo.cc/go/cast v1.5.2
|
|
|
|
|
apigo.cc/go/config v1.5.2
|
|
|
|
|
apigo.cc/go/file v1.5.4
|
|
|
|
|
apigo.cc/go/id v1.5.3
|
|
|
|
|
apigo.cc/go/shell v1.5.2
|
2026-05-02 23:39:10 +08:00
|
|
|
)
|
|
|
|
|
|
2026-06-11 22:24:09 +08:00
|
|
|
require apigo.cc/go/jsmod v1.5.2 // indirect
|
2026-06-03 20:10:54 +08:00
|
|
|
|
2026-05-02 23:39:10 +08:00
|
|
|
require (
|
2026-06-11 22:24:09 +08:00
|
|
|
apigo.cc/go/encoding v1.5.3 // indirect
|
|
|
|
|
apigo.cc/go/rand v1.5.2 // indirect
|
|
|
|
|
apigo.cc/go/safe v1.5.1 // 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
|
|
|
|
|
)
|