23 lines
662 B
Modula-2
23 lines
662 B
Modula-2
module focs.ji.sjtu.edu.cn/git/FOCS-dev/JOJ3
|
|
|
|
go 1.22.0
|
|
|
|
require (
|
|
github.com/criyle/go-judge v1.8.1
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
google.golang.org/grpc v1.61.0
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.20.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
github.com/creack/pty v1.1.21 // indirect
|
|
github.com/criyle/go-sandbox v0.10.1 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.1.1
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.16.0 // indirect
|
|
)
|