mirror of
https://github.com/infinite-iroha/touka.git
synced 2026-02-03 00:41:10 +08:00
Bumps [github.com/WJQSERVER-STUDIO/httpc](https://github.com/WJQSERVER-STUDIO/httpc) from 0.8.0 to 0.8.1. - [Commits](https://github.com/WJQSERVER-STUDIO/httpc/compare/v0.8.0...v0.8.1) --- updated-dependencies: - dependency-name: github.com/WJQSERVER-STUDIO/httpc dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
365 B
Modula-2
15 lines
365 B
Modula-2
module github.com/infinite-iroha/touka
|
|
|
|
go 1.24.4
|
|
|
|
require (
|
|
github.com/WJQSERVER-STUDIO/go-utils/copyb v0.0.6
|
|
github.com/WJQSERVER-STUDIO/httpc v0.8.1
|
|
github.com/fenthope/reco v0.0.3
|
|
github.com/go-json-experiment/json v0.0.0-20250714165856-be8212f5270d
|
|
)
|
|
|
|
require (
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
)
|