Skip to content

Commit 42f81a2

Browse files
fix(deps): update module github.com/opencontainers/runtime-spec to v1.3.0
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
1 parent 2d042aa commit 42f81a2

File tree

5 files changed

+164
-14
lines changed

5 files changed

+164
-14
lines changed

contrib/tetragon-rthooks/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
github.com/containers/common v0.64.2
1313
github.com/google/cel-go v0.23.2
1414
github.com/opencontainers/cgroups v0.0.6
15-
github.com/opencontainers/runtime-spec v1.2.1
15+
github.com/opencontainers/runtime-spec v1.3.0
1616
github.com/pelletier/go-toml v1.9.5
1717
github.com/pelletier/go-toml/v2 v2.2.4
1818
github.com/stretchr/testify v1.11.1

contrib/tetragon-rthooks/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
8888
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
8989
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
9090
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
91-
github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww=
92-
github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
91+
github.com/opencontainers/runtime-spec v1.3.0 h1:YZupQUdctfhpZy3TM39nN9Ika5CBWT5diQ8ibYCRkxg=
92+
github.com/opencontainers/runtime-spec v1.3.0/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
9393
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
9494
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
9595
github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4=

contrib/tetragon-rthooks/vendor/github.com/opencontainers/runtime-spec/specs-go/config.go

Lines changed: 158 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/tetragon-rthooks/vendor/github.com/opencontainers/runtime-spec/specs-go/version.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contrib/tetragon-rthooks/vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ github.com/opencontainers/go-digest
118118
## explicit; go 1.18
119119
github.com/opencontainers/image-spec/specs-go
120120
github.com/opencontainers/image-spec/specs-go/v1
121-
# github.com/opencontainers/runtime-spec v1.2.1
121+
# github.com/opencontainers/runtime-spec v1.3.0
122122
## explicit
123123
github.com/opencontainers/runtime-spec/specs-go
124124
# github.com/pelletier/go-toml v1.9.5

0 commit comments

Comments
 (0)