All checks were successful
continuous-integration/drone/push Build is passing
28 lines
897 B
Modula-2
28 lines
897 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.2
|
|
github.com/mitchellh/mapstructure v1.5.0
|
|
google.golang.org/grpc v1.62.0
|
|
github.com/jinzhu/copier v0.4.0
|
|
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
|
|
)
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v1.3.2 // indirect
|
|
github.com/creack/pty v1.1.21 // indirect
|
|
github.com/criyle/go-sandbox v0.10.1 // indirect
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.21.0 // indirect
|
|
golang.org/x/sync v0.6.0 // indirect
|
|
golang.org/x/sys v0.17.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240228224816-df926f6c8641 // indirect
|
|
google.golang.org/protobuf v1.32.0 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|