Compare commits

..

No commits in common. "e1d6c18a424a90e73608e15409e26be88920e033" and "92c6656960791dbd5a249f9a046a9825677eb15f" have entirely different histories.

1 changed files with 10 additions and 10 deletions

20
go.mod
View File

@ -4,22 +4,22 @@ go 1.21
require (
gitea.cdlsxd.cn/rzy_tools/request v1.0.0
gitea.cdlsxd.cn/self-tools/l_request v1.0.8
github.com/valyala/fasthttp v1.67.0
google.golang.org/grpc v1.76.0
google.golang.org/protobuf v1.36.10
github.com/valyala/fasthttp v1.59.0
google.golang.org/grpc v1.71.1
google.golang.org/protobuf v1.36.4
)
require (
golang.org/x/net v0.46.0 // indirect
golang.org/x/sys v0.37.0 // indirect
golang.org/x/text v0.30.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20251020155222-88f65dc88635 // indirect
gitea.cdlsxd.cn/self-tools/l_request v1.0.8 // indirect
golang.org/x/net v0.35.0 // indirect
golang.org/x/sys v0.30.0 // indirect
golang.org/x/text v0.22.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
)
require (
github.com/andybalholm/brotli v1.2.0 // indirect
github.com/andybalholm/brotli v1.1.1 // indirect
github.com/emirpasic/gods v1.18.1
github.com/klauspost/compress v1.18.1 // indirect
github.com/klauspost/compress v1.17.11 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
)