mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
17 lines
387 B
Modula-2
17 lines
387 B
Modula-2
module github.com/crawlab-team/crawlab/grpc
|
|
|
|
go 1.22
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.4
|
|
google.golang.org/grpc v1.64.0
|
|
google.golang.org/protobuf v1.34.1
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.22.0 // indirect
|
|
golang.org/x/sys v0.18.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240318140521-94a12d6c2237 // indirect
|
|
)
|