Compare commits
2 Commits
92c6656960
...
e1d6c18a42
| Author | SHA1 | Date |
|---|---|---|
|
|
e1d6c18a42 | |
|
|
55f634cf88 |
20
go.mod
20
go.mod
|
|
@ -4,22 +4,22 @@ go 1.21
|
|||
|
||||
require (
|
||||
gitea.cdlsxd.cn/rzy_tools/request v1.0.0
|
||||
github.com/valyala/fasthttp v1.59.0
|
||||
google.golang.org/grpc v1.71.1
|
||||
google.golang.org/protobuf v1.36.4
|
||||
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
|
||||
)
|
||||
|
||||
require (
|
||||
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
|
||||
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
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/andybalholm/brotli v1.1.1 // indirect
|
||||
github.com/andybalholm/brotli v1.2.0 // indirect
|
||||
github.com/emirpasic/gods v1.18.1
|
||||
github.com/klauspost/compress v1.17.11 // indirect
|
||||
github.com/klauspost/compress v1.18.1 // indirect
|
||||
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue