17 lines
368 B
Modula-2
17 lines
368 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
|
|
)
|
|
|
|
require (
|
|
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
|
|
)
|