2026-05-03 00:00:13 +08:00
|
|
|
module apigo.cc/go/http
|
|
|
|
|
|
|
|
|
|
go 1.25.0
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-08 21:56:55 +08:00
|
|
|
apigo.cc/go/cast v1.2.8
|
2026-05-08 22:47:16 +08:00
|
|
|
apigo.cc/go/encoding v1.0.6
|
2026-05-08 21:56:55 +08:00
|
|
|
apigo.cc/go/file v1.0.7
|
2026-05-09 14:51:09 +08:00
|
|
|
apigo.cc/go/log v1.1.13
|
2026-05-05 21:58:06 +08:00
|
|
|
apigo.cc/go/rand v1.0.5
|
2026-05-03 00:00:13 +08:00
|
|
|
golang.org/x/net v0.53.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
2026-05-05 22:03:57 +08:00
|
|
|
apigo.cc/go/config v1.0.6 // indirect
|
2026-05-09 14:51:09 +08:00
|
|
|
apigo.cc/go/id v1.0.5 // indirect
|
2026-05-05 22:03:57 +08:00
|
|
|
apigo.cc/go/safe v1.0.5 // indirect
|
|
|
|
|
apigo.cc/go/shell v1.0.5 // indirect
|
2026-05-03 00:00:13 +08:00
|
|
|
golang.org/x/crypto v0.50.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.43.0 // indirect
|
|
|
|
|
golang.org/x/text v0.36.0 // indirect
|
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
|
|
|
)
|