Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/go-git/go-git/v5 v5.17.1
github.com/google/go-cmp v0.7.0
github.com/harness/nektos-act v1.1.0
github.com/harness/nektos-act/v2 v2.0.0
github.com/harness/nektos-act/v2 v2.0.1-debug.node24
github.com/joho/godotenv v1.5.1
github.com/klauspost/compress v1.18.4
github.com/pkg/errors v0.9.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ github.com/harness-community/docker-v23 v23.0.6+incompatible h1:o2hU32CmT4+PWrgf
github.com/harness-community/docker-v23 v23.0.6+incompatible/go.mod h1:sJYdwsCpqsKkR4VkkqM4vYZqOchUAn6ILqCneRMpFUI=
github.com/harness/nektos-act v1.1.0 h1:Lm5g27rReNA64wi0bPaSvpFHKBq6mv8Kql0s0jjW0cI=
github.com/harness/nektos-act v1.1.0/go.mod h1:pLytaMHlvfSRkXc6vkg0Dhe3Wehqi3llh+8Ip4juWWs=
github.com/harness/nektos-act/v2 v2.0.0 h1:Vzi/DqhhmOWYVWrrvkDHxOAeZ4bdPqAd2ll8cDck+lw=
github.com/harness/nektos-act/v2 v2.0.0/go.mod h1:olzJqtebihhbgatUA5z95lQZWM04AJiGOn2bo6o2hf0=
github.com/harness/nektos-act/v2 v2.0.1-debug.node24 h1:vyTIuLkjIChv29pbn2Hn6MkGTlR9qCnNHwU9sUrR2Pw=
github.com/harness/nektos-act/v2 v2.0.1-debug.node24/go.mod h1:olzJqtebihhbgatUA5z95lQZWM04AJiGOn2bo6o2hf0=
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog=
github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec/go.mod h1:Q48J4R4DvxnHolD5P8pOtXigYlRuPLGl6moFx3ulM68=
github.com/imdario/mergo v0.3.16 h1:wwQJbIsHYGMUyLSPrEq1CT16AhnhNJQ51+4fdHUnCl4=
Expand Down