mirror of
https://github.com/criyle/go-judge.git
synced 2025-11-04 14:50:02 +08:00
Fix container reset (affacting v0.8.1 - v0.9.2)
This commit is contained in:
parent
04cfb36722
commit
4909468c48
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.14
|
||||
require (
|
||||
cloud.google.com/go v0.74.0 // indirect
|
||||
github.com/creack/pty v1.1.11
|
||||
github.com/criyle/go-sandbox v0.5.8
|
||||
github.com/criyle/go-sandbox v0.5.9
|
||||
github.com/elastic/go-seccomp-bpf v1.1.0
|
||||
github.com/elastic/go-ucfg v0.7.0
|
||||
github.com/fatih/camelcase v1.0.0 // indirect
|
||||
|
||||
4
go.sum
4
go.sum
@ -85,8 +85,8 @@ github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7Do
|
||||
github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||
github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw=
|
||||
github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E=
|
||||
github.com/criyle/go-sandbox v0.5.8 h1:aqp40LQtXHLkTXbcWMGDrYCeMQ3bFn1i/I+ura90Z+s=
|
||||
github.com/criyle/go-sandbox v0.5.8/go.mod h1:6iDDyseyHVugTM2ixPleIBuRx3pVuMKh2qTm6IRmvd8=
|
||||
github.com/criyle/go-sandbox v0.5.9 h1:iSqFp/xckHR2HGFUZDAeMbqRKlzM+UG8kdAWziaT7SY=
|
||||
github.com/criyle/go-sandbox v0.5.9/go.mod h1:6iDDyseyHVugTM2ixPleIBuRx3pVuMKh2qTm6IRmvd8=
|
||||
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
|
||||
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user