Skip to content

Commit

Permalink
version: add pipeProxy feature flag & udpate dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Jun 13, 2021
1 parent 0d09e88 commit e99bcce
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 217 deletions.
1 change: 1 addition & 0 deletions cmd/executorserver/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -346,5 +346,6 @@ func handleVersion(c *gin.Context) {
"platform": runtime.GOARCH,
"os": runtime.GOOS,
"copyOutOptional": true,
"pipeProxy": true,
})
}
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/criyle/go-judge
go 1.16

require (
cloud.google.com/go v0.83.0 // indirect
cloud.google.com/go v0.84.0 // indirect
github.com/creack/pty v1.1.13
github.com/criyle/go-sandbox v0.7.4
github.com/elastic/go-seccomp-bpf v1.1.0
Expand All @@ -18,24 +18,24 @@ require (
github.com/gorilla/websocket v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/json-iterator/go v1.1.11 // indirect
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/mattn/go-isatty v0.0.13 // indirect
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/common v0.27.0 // indirect
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/ugorji/go v1.2.6 // indirect
github.com/zsais/go-gin-prometheus v0.1.0
go.uber.org/atomic v1.8.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
golang.org/x/net v0.0.0-20210525063256-abc453219eb5
golang.org/x/net v0.0.0-20210610132358-84b48f89b13b
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-20210603125802-9665404d3644
golang.org/x/sys v0.0.0-20210611083646-a4fc73990273
golang.org/x/term v0.0.0-20210503060354-a79de5458b56 // indirect
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08 // indirect
google.golang.org/genproto v0.0.0-20210611144927-798beca9d670 // indirect
google.golang.org/grpc v1.38.0
google.golang.org/protobuf v1.26.0
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
Expand Down
Loading

0 comments on commit e99bcce

Please sign in to comment.