Skip to content

Commit df2b4d4

Browse files
committed
fix
Signed-off-by: Tomasz Janiszewski <tomek@redhat.com>
1 parent e10012c commit df2b4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-tests/tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.25.5
55
require (
66
github.com/fullstorydev/grpcurl v1.9.3
77
github.com/mcpchecker/mcpchecker v0.0.4
8+
github.com/rhysd/actionlint v1.7.11
89
)
910

1011
require (
@@ -73,7 +74,6 @@ require (
7374
github.com/opencontainers/go-digest v1.0.0 // indirect
7475
github.com/pkg/errors v0.9.1 // indirect
7576
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
76-
github.com/rhysd/actionlint v1.7.11 // indirect
7777
github.com/rivo/uniseg v0.4.7 // indirect
7878
github.com/robfig/cron/v3 v3.0.1 // indirect
7979
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect

0 commit comments

Comments
 (0)