mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
23 lines
874 B
Modula-2
23 lines
874 B
Modula-2
module github.com/criyle/go-judge
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/criyle/go-sandbox v0.3.0
|
|
github.com/gin-gonic/gin v1.5.0
|
|
github.com/go-playground/universal-translator v0.17.0 // indirect
|
|
github.com/golang/protobuf v1.3.5 // indirect
|
|
github.com/googollee/go-engine.io v1.4.3-0.20200220091802-9b2ab104b298
|
|
github.com/googollee/go-socket.io v1.4.3
|
|
github.com/json-iterator/go v1.1.9 // indirect
|
|
github.com/leodido/go-urn v1.2.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/ugorji/go/codec v1.1.7
|
|
golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a
|
|
golang.org/x/sys v0.0.0-20200316230553-a7d97aace0b0 // indirect
|
|
gopkg.in/go-playground/validator.v9 v9.31.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.8 // indirect
|
|
)
|