mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-07-31 06:48:18 +08:00
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.53.0 to 0.55.0 - [Commits](https://github.com/golang/net/compare/v0.53.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: direct:production dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
17 lines
422 B
Modula-2
17 lines
422 B
Modula-2
module github.com/infinite-iroha/touka
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
github.com/WJQSERVER-STUDIO/go-utils/iox v0.0.3
|
|
github.com/WJQSERVER-STUDIO/httpc v0.9.3
|
|
github.com/WJQSERVER/wanf v0.0.8
|
|
github.com/fenthope/reco v0.0.5
|
|
github.com/go-json-experiment/json v0.0.0-20260214004413-d219187c3433
|
|
golang.org/x/net v0.55.0
|
|
)
|
|
|
|
require (
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/text v0.37.0 // indirect
|
|
)
|