Skip to content

Commit

Permalink
Fix container reset (affacting v0.8.1 - v0.9.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
criyle committed Dec 18, 2020
1 parent 04cfb36 commit 4909468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -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=
Expand Down

0 comments on commit 4909468

Please sign in to comment.