ghproxy/go.mod
dependabot[bot] ad0f2f6519
Bump github.com/WJQSERVER-STUDIO/httpc from 0.9.0 to 0.9.3
Bumps [github.com/WJQSERVER-STUDIO/httpc](https://github.com/WJQSERVER-STUDIO/httpc) from 0.9.0 to 0.9.3.
- [Release notes](https://github.com/WJQSERVER-STUDIO/httpc/releases)
- [Commits](https://github.com/WJQSERVER-STUDIO/httpc/compare/v0.9.0...v0.9.3)

---
updated-dependencies:
- dependency-name: github.com/WJQSERVER-STUDIO/httpc
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-04 04:48:32 +00:00

30 lines
833 B
Modula-2

module ghproxy
go 1.26
require (
github.com/BurntSushi/toml v1.6.0
github.com/WJQSERVER-STUDIO/httpc v0.9.3
golang.org/x/net v0.53.0
golang.org/x/time v0.15.0
)
require (
github.com/WJQSERVER-STUDIO/go-utils/limitreader v0.0.2
github.com/WJQSERVER/wanf v0.0.8
github.com/fenthope/bauth v0.0.1
github.com/fenthope/ikumi v0.0.2
github.com/fenthope/ipfilter v0.0.1
github.com/fenthope/reco v0.0.5
github.com/fenthope/record v0.0.4
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
github.com/hashicorp/golang-lru/v2 v2.0.7
github.com/infinite-iroha/touka v0.5.1-0.20260409232140-271e54eb4d44
github.com/wjqserver/modembed v0.0.1
)
require (
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.3 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
golang.org/x/text v0.36.0 // indirect
)