File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ require (
200
200
github.com/narqo/go-dogstatsd-parser v0.2.0 // indirect
201
201
github.com/opencontainers/go-digest v1.0.0 // indirect
202
202
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
203
- github.com/opencontainers/runc v1.1.3 // indirect
203
+ github.com/opencontainers/runc v1.1.12 // indirect
204
204
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
205
205
github.com/opencontainers/selinux v1.10.1 // indirect
206
206
github.com/oschwald/maxminddb-golang v1.2.1 // indirect
Original file line number Diff line number Diff line change @@ -1241,8 +1241,8 @@ github.com/opencontainers/runc v1.0.0-rc9/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rm
1241
1241
github.com/opencontainers/runc v1.0.0-rc93 /go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84SM2ImC1fxBuqJ/H0 =
1242
1242
github.com/opencontainers/runc v1.0.2 /go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0 =
1243
1243
github.com/opencontainers/runc v1.1.0 /go.mod h1:Tj1hFw6eFWp/o33uxGf5yF2BX5yz2Z6iptFpuvbbKqc =
1244
- github.com/opencontainers/runc v1.1.3 h1:vIXrkId+0/J2Ymu2m7VjGvbSlAId9XNRPhn2p4b+d8w =
1245
- github.com/opencontainers/runc v1.1.3 /go.mod h1:1J5XiS+vdZ3wCyZybsuxXZWGrgSr8fFJHLXuG2PsnNg =
1244
+ github.com/opencontainers/runc v1.1.12 h1:BOIssBaW1La0/qbNZHXOOa71dZfZEQOzW7dqQf3phss =
1245
+ github.com/opencontainers/runc v1.1.12 /go.mod h1:S+lQwSfncpBha7XTy/5lBwWgm5+y5Ma/O44Ekby9FK8 =
1246
1246
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1247
1247
github.com/opencontainers/runtime-spec v1.0.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
1248
1248
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
@@ -1417,7 +1417,6 @@ github.com/sclevine/spec v1.2.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24
1417
1417
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 /go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc =
1418
1418
github.com/seccomp/libseccomp-golang v0.9.1 /go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo =
1419
1419
github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921 /go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg =
1420
- github.com/seccomp/libseccomp-golang v0.9.2-0.20220502022130-f33da4d89646 /go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg =
1421
1420
github.com/segmentio/asm v1.2.0 h1:9BQrFxC+YOHJlTlHGkTrFWf59nbL3XnCoFLTwDCI7ys =
1422
1421
github.com/segmentio/asm v1.2.0 /go.mod h1:BqMnlJP91P8d+4ibuonYZw9mfnzI9HfxselHZr5aAcs =
1423
1422
github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ require (
101
101
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
102
102
github.com/opencontainers/go-digest v1.0.0 // indirect
103
103
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
104
- github.com/opencontainers/runc v1.1.3 // indirect
104
+ github.com/opencontainers/runc v1.1.12 // indirect
105
105
github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect
106
106
github.com/opencontainers/selinux v1.10.1 // indirect
107
107
github.com/pelletier/go-toml v1.9.3 // indirect
You can’t perform that action at this time.
0 commit comments