We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e10012c commit df2b4d4Copy full SHA for df2b4d4
e2e-tests/tools/go.mod
@@ -5,6 +5,7 @@ go 1.25.5
5
require (
6
github.com/fullstorydev/grpcurl v1.9.3
7
github.com/mcpchecker/mcpchecker v0.0.4
8
+ github.com/rhysd/actionlint v1.7.11
9
)
10
11
@@ -73,7 +74,6 @@ require (
73
74
github.com/opencontainers/go-digest v1.0.0 // indirect
75
github.com/pkg/errors v0.9.1 // indirect
76
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
- github.com/rhysd/actionlint v1.7.11 // indirect
77
github.com/rivo/uniseg v0.4.7 // indirect
78
github.com/robfig/cron/v3 v3.0.1 // indirect
79
github.com/secure-systems-lab/go-securesystemslib v0.10.0 // indirect
0 commit comments