mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
16 lines
472 B
Modula-2
16 lines
472 B
Modula-2
module github.com/criyle/go-judge
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/criyle/go-sandbox v0.3.1
|
|
github.com/gin-gonic/gin v1.6.2
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|