Skip to content

Commit

Permalink
Merge pull request #111 from containers/dependabot/go_modules/github.…
Browse files Browse the repository at this point in the history
…com/opencontainers/runc-1.1.4

build(deps): bump github.com/opencontainers/runc from 1.1.3 to 1.1.4
  • Loading branch information
vrothberg committed Aug 29, 2022
2 parents 59e239b + 2b68096 commit fc184df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/containers/storage v1.42.0
github.com/opencontainers/runc v1.1.3
github.com/opencontainers/runc v1.1.4
github.com/stretchr/testify v1.8.0
golang.org/x/sys v0.0.0-20220823224334-20c2bfdbfe24
)
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -502,8 +502,9 @@ github.com/opencontainers/runc v1.0.0-rc8.0.20190926000215-3e425f80a8c9/go.mod h
github.com/opencontainers/runc v1.0.0-rc9/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U=
github.com/opencontainers/runc v1.0.0-rc93/go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84SM2ImC1fxBuqJ/H0=
github.com/opencontainers/runc v1.0.2/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0=
github.com/opencontainers/runc v1.1.3 h1:vIXrkId+0/J2Ymu2m7VjGvbSlAId9XNRPhn2p4b+d8w=
github.com/opencontainers/runc v1.1.3/go.mod h1:1J5XiS+vdZ3wCyZybsuxXZWGrgSr8fFJHLXuG2PsnNg=
github.com/opencontainers/runc v1.1.4 h1:nRCz/8sKg6K6jgYAFLDlXzPeITBZJyX28DBVhWD+5dg=
github.com/opencontainers/runc v1.1.4/go.mod h1:1J5XiS+vdZ3wCyZybsuxXZWGrgSr8fFJHLXuG2PsnNg=
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/opencontainers/runtime-spec v1.0.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
Expand Down
2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ github.com/davecgh/go-spew/spew
github.com/docker/go-units
# github.com/moby/sys/mountinfo v0.6.2
github.com/moby/sys/mountinfo
# github.com/opencontainers/runc v1.1.3
# github.com/opencontainers/runc v1.1.4
## explicit
github.com/opencontainers/runc/libcontainer/user
# github.com/pmezard/go-difflib v1.0.0
Expand Down

0 comments on commit fc184df

Please sign in to comment.