Skip to content

Commit b7769d4

Browse files
chore: bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#8602)
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.1.4 to 1.1.5. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.1.5/CHANGELOG.md) - [Commits](opencontainers/runc@v1.1.4...v1.1.5) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 664890b commit b7769d4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ require (
5858
github.com/docker/docker v20.10.20+incompatible
5959
github.com/docker/go-connections v0.4.0
6060
github.com/dustin/go-humanize v1.0.1
61+
github.com/evanphx/json-patch v4.12.0+incompatible
6162
github.com/fatih/semgroup v1.2.0
6263
github.com/go-git/go-git/v5 v5.5.2
6364
github.com/golang/glog v1.0.0
@@ -184,7 +185,6 @@ require (
184185
github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936 // indirect
185186
github.com/emicklei/go-restful/v3 v3.9.0 // indirect
186187
github.com/emirpasic/gods v1.18.1 // indirect
187-
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
188188
github.com/evanphx/json-patch/v5 v5.6.0 // indirect
189189
github.com/francoispqt/gojay v1.2.13 // indirect
190190
github.com/fsnotify/fsnotify v1.6.0 // indirect
@@ -249,7 +249,7 @@ require (
249249
github.com/morikuni/aec v1.0.0 // indirect
250250
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
251251
github.com/oklog/ulid v1.3.1 // indirect
252-
github.com/opencontainers/runc v1.1.4 // indirect
252+
github.com/opencontainers/runc v1.1.5 // indirect
253253
github.com/opencontainers/selinux v1.11.0 // indirect
254254
github.com/pelletier/go-toml v1.9.5 // indirect
255255
github.com/pelletier/go-toml/v2 v2.0.6 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2054,8 +2054,8 @@ github.com/opencontainers/runc v1.0.0-rc93/go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84
20542054
github.com/opencontainers/runc v1.0.2/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0=
20552055
github.com/opencontainers/runc v1.1.0/go.mod h1:Tj1hFw6eFWp/o33uxGf5yF2BX5yz2Z6iptFpuvbbKqc=
20562056
github.com/opencontainers/runc v1.1.2/go.mod h1:Tj1hFw6eFWp/o33uxGf5yF2BX5yz2Z6iptFpuvbbKqc=
2057-
github.com/opencontainers/runc v1.1.4 h1:nRCz/8sKg6K6jgYAFLDlXzPeITBZJyX28DBVhWD+5dg=
2058-
github.com/opencontainers/runc v1.1.4/go.mod h1:1J5XiS+vdZ3wCyZybsuxXZWGrgSr8fFJHLXuG2PsnNg=
2057+
github.com/opencontainers/runc v1.1.5 h1:L44KXEpKmfWDcS02aeGm8QNTFXTo2D+8MYGDIJ/GDEs=
2058+
github.com/opencontainers/runc v1.1.5/go.mod h1:1J5XiS+vdZ3wCyZybsuxXZWGrgSr8fFJHLXuG2PsnNg=
20592059
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
20602060
github.com/opencontainers/runtime-spec v1.0.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
20612061
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=

0 commit comments

Comments
 (0)