File tree Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Expand file tree Collapse file tree 3 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,9 @@ updates:
5
5
schedule :
6
6
interval : weekly
7
7
open-pull-requests-limit : 10
8
- ignore :
9
- - versions : ["*-rc.*"]
10
-
11
- - package-ecosystem : gomod
12
- directory : " test/tools"
13
- schedule :
14
- interval : weekly
15
- open-pull-requests-limit : 10
16
- ignore :
17
- - versions : ["*-rc.*"]
8
+ allow :
9
+ - dependency-name : " github.com/opencontainers/runtime-spec"
10
+ dependency-type : direct
18
11
19
12
- package-ecosystem : " github-actions"
20
13
directory : " /"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/opencontainers/runc v1.1.2
8
8
github.com/opencontainers/runtime-spec v1.0.3-0.20220825212826-86290f6a00fb
9
9
github.com/opencontainers/runtime-tools v0.9.1-0.20221107090550-2e043c6bd626
10
- github.com/stretchr/testify v1.8.2
10
+ github.com/stretchr/testify v1.7.0
11
11
github.com/xeipuuv/gojsonschema v1.2.0
12
12
golang.org/x/mod v0.4.2
13
13
golang.org/x/sys v0.1.0
Original file line number Diff line number Diff line change @@ -48,14 +48,10 @@ github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeV
48
48
github.com/sirupsen/logrus v1.8.1 h1:dJKuHgqk1NNQlqoA6BTlM1Wf9DOH3NBjQyu0h9+AZZE =
49
49
github.com/sirupsen/logrus v1.8.1 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
50
50
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
51
- github.com/stretchr/objx v0.4.0 /go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSSt89Yw =
52
- github.com/stretchr/objx v0.5.0 /go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo =
53
51
github.com/stretchr/testify v1.2.2 /go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs =
54
52
github.com/stretchr/testify v1.3.0 /go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI =
55
- github.com/stretchr/testify v1.7.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
56
- github.com/stretchr/testify v1.8.0 /go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU =
57
- github.com/stretchr/testify v1.8.2 h1:+h33VjcLVPDHtOdpUCuF+7gSuG3yGIftsP1YvFihtJ8 =
58
- github.com/stretchr/testify v1.8.2 /go.mod h1:w2LPCIKwWwSfY2zedu0+kehJoqGctiVI29o6fzry7u4 =
53
+ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
54
+ github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
59
55
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI =
60
56
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 /go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww =
61
57
github.com/urfave/cli v1.19.1 /go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA =
You can’t perform that action at this time.
0 commit comments