mirror of
https://github.com/criyle/go-judge.git
synced 2025-09-26 22:39:12 +08:00
16 lines
347 B
Modula-2
16 lines
347 B
Modula-2
module github.com/criyle/go-judge/pb
|
|
|
|
go 1.23.0
|
|
|
|
require (
|
|
google.golang.org/grpc v1.74.2
|
|
google.golang.org/protobuf v1.36.7
|
|
)
|
|
|
|
require (
|
|
golang.org/x/net v0.43.0 // indirect
|
|
golang.org/x/sys v0.35.0 // indirect
|
|
golang.org/x/text v0.28.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250811230008-5f3141c8851a // indirect
|
|
)
|