mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
48 lines
1.9 KiB
Modula-2
48 lines
1.9 KiB
Modula-2
module github.com/criyle/go-judge
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go v0.77.0 // indirect
|
|
github.com/creack/pty v1.1.11
|
|
github.com/criyle/go-sandbox v0.6.6
|
|
github.com/elastic/go-seccomp-bpf v1.1.0
|
|
github.com/elastic/go-ucfg v0.8.3
|
|
github.com/fatih/camelcase v1.0.0 // indirect
|
|
github.com/fatih/structs v1.1.0 // indirect
|
|
github.com/gin-contrib/pprof v1.3.0
|
|
github.com/gin-contrib/zap v0.0.1
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/go-playground/validator/v10 v10.4.1 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/koding/multiconfig v0.0.0-20171124222453-69c27309b2d7
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/magefile/mage v1.11.0 // indirect
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/prometheus/common v0.17.0 // indirect
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/sirupsen/logrus v1.8.0 // indirect
|
|
github.com/ugorji/go v1.2.4 // indirect
|
|
github.com/zsais/go-gin-prometheus v0.1.0
|
|
go.uber.org/multierr v1.6.0 // indirect
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
|
|
golang.org/x/net v0.0.0-20210220033124-5f55cee0dc0d
|
|
golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93 // indirect
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43
|
|
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
|
|
google.golang.org/genproto v0.0.0-20210219173056-d891e3cb3b5b // indirect
|
|
google.golang.org/grpc v1.35.0
|
|
google.golang.org/grpc/examples v0.0.0-20210218181225-26c143bd5f59 // indirect
|
|
google.golang.org/protobuf v1.25.0
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
honnef.co/go/tools v0.1.2 // indirect
|
|
)
|