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 e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ require (
github.com/klauspost/compress v1.18.2 // indirect
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
github.com/konflux-ci/image-controller v0.0.0-20240530145826-3296e4996f6f // indirect
github.com/konflux-ci/operator-toolkit v0.0.0-20251118152634-b4f41f073069 // indirect
github.com/konflux-ci/operator-toolkit v0.0.0-20260312101100-d4e398191a68 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/magefile/mage v1.14.0 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2131,8 +2131,8 @@ github.com/konflux-ci/image-controller v0.0.0-20240530145826-3296e4996f6f h1:IKl
github.com/konflux-ci/image-controller v0.0.0-20240530145826-3296e4996f6f/go.mod h1:sktzzIA3GZy9RUjPZFeDyM0G3OFGZJH8U8Np0NCJNUA=
github.com/konflux-ci/integration-service v0.0.0-20260327093127-2b0e36d45a91 h1:dgazsA+4XVwe5eRlmXN5xAx0EK4Iw87deG8jSSxZTzw=
github.com/konflux-ci/integration-service v0.0.0-20260327093127-2b0e36d45a91/go.mod h1:yXNa8lVjIwMYxQ2HLKKjTBmSaYmnRsYvuHHHt80IxXg=
github.com/konflux-ci/operator-toolkit v0.0.0-20251118152634-b4f41f073069 h1:nT8V7Bva2LclJhWahIQYSNiYRHcmB22H6v4DD/FD7QU=
github.com/konflux-ci/operator-toolkit v0.0.0-20251118152634-b4f41f073069/go.mod h1:pSxVvl3jAjQQG352j9gsxOegTQeY+1SGbVyEXj/PRDQ=
github.com/konflux-ci/operator-toolkit v0.0.0-20260312101100-d4e398191a68 h1:iGsPIR8Jjo9z0OAgLcrw7uKT/xWqWg/j+D1tr10snkM=
github.com/konflux-ci/operator-toolkit v0.0.0-20260312101100-d4e398191a68/go.mod h1:pSxVvl3jAjQQG352j9gsxOegTQeY+1SGbVyEXj/PRDQ=
github.com/konflux-ci/release-service v0.0.0-20260127184035-c36c56a3c440 h1:y7n4eBi0hziKKalZ0IIAZpsvTCy6JVwnh0SZzYthkeY=
github.com/konflux-ci/release-service v0.0.0-20260127184035-c36c56a3c440/go.mod h1:bkkv9lcucNrk2wZ6BZ7AOabpuyFwGnuliHQAaGGdbAs=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down