27 lines
675 B
Modula-2
27 lines
675 B
Modula-2
module ghproxy
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.5.0
|
|
github.com/WJQSERVER-STUDIO/httpc v0.7.0
|
|
golang.org/x/net v0.41.0
|
|
golang.org/x/time v0.12.0
|
|
)
|
|
|
|
require (
|
|
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
|
|
github.com/fenthope/ikumi v0.0.2
|
|
github.com/fenthope/reco v0.0.3
|
|
github.com/fenthope/record v0.0.3
|
|
github.com/hashicorp/golang-lru/v2 v2.0.7
|
|
github.com/infinite-iroha/touka v0.2.4
|
|
github.com/wjqserver/modembed v0.0.1
|
|
)
|
|
|
|
require (
|
|
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.4 // indirect
|
|
github.com/go-json-experiment/json v0.0.0-20250517221953-25912455fbc8 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
)
|