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
4 changes: 2 additions & 2 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.25.0
require (
github.com/devfile/library/v2 v2.2.1-0.20230418160146-e75481b7eebd
github.com/google/go-github/v66 v66.0.0
github.com/konflux-ci/application-api v0.0.0-20260213151620-9ac61f5d7ca0
github.com/konflux-ci/application-api v0.0.0-20260529131129-a9594acdc104
github.com/konflux-ci/build-service v0.0.0-20240611083846-2dee6cfe6fe4
github.com/konflux-ci/e2e-tests v0.0.0-00010101000000-000000000000
github.com/konflux-ci/integration-service v0.0.0-20260327093127-2b0e36d45a91
Expand Down Expand Up @@ -124,7 +124,7 @@ require (
github.com/kevinburke/ssh_config v1.4.0 // indirect
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/image-controller v0.0.0-20260630090021-17b36a2806d5 // indirect
github.com/konflux-ci/operator-toolkit v0.0.0-20251118152634-b4f41f073069 // indirect
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/magefile/mage v1.14.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2121,14 +2121,14 @@ github.com/klauspost/cpuid/v2 v2.3.0 h1:S4CRMLnYUhGeDFDqkGriYKdfoFlDnMtqTiI/sFzh
github.com/klauspost/cpuid/v2 v2.3.0/go.mod h1:hqwkgyIinND0mEev00jJYCxPNVRVXFQeu1XKlok6oO0=
github.com/klauspost/pgzip v1.2.6 h1:8RXeL5crjEUFnR2/Sn6GJNWtSQ3Dk8pq4CL3jvdDyjU=
github.com/klauspost/pgzip v1.2.6/go.mod h1:Ch1tH69qFZu15pkjo5kYi6mth2Zzwzt50oCQKQE9RUs=
github.com/konflux-ci/application-api v0.0.0-20260213151620-9ac61f5d7ca0 h1:txe2MpWDtNi3EJpIk7JCjC2QKUOMJnJfLEjJGusc0ds=
github.com/konflux-ci/application-api v0.0.0-20260213151620-9ac61f5d7ca0/go.mod h1:948Z+a1IbfRT0RtoHzWWSN9YEucSbMJTHaMhz7dVICc=
github.com/konflux-ci/application-api v0.0.0-20260529131129-a9594acdc104 h1:OoqVKDkEgLfVGoCuqIzTn5QsRgk9mklgvfXjkLXjK58=
github.com/konflux-ci/application-api v0.0.0-20260529131129-a9594acdc104/go.mod h1:948Z+a1IbfRT0RtoHzWWSN9YEucSbMJTHaMhz7dVICc=
github.com/konflux-ci/build-service v0.0.0-20240611083846-2dee6cfe6fe4 h1:oZpPHgpAUI9OyvirRJ+0r0QFuiP8Par/CFZIwlr/6Ps=
github.com/konflux-ci/build-service v0.0.0-20240611083846-2dee6cfe6fe4/go.mod h1:KgSj+voT2lpIu54zzUkHEXCMdnMGmf+Z9cQh+wTQ6ns=
github.com/konflux-ci/e2e-tests v0.0.0-20260505065659-c430de73a6ed h1:yXAEJi4VC4QTapAfNDrGQnalgsfJ2kZuV2T1rXZTSj0=
github.com/konflux-ci/e2e-tests v0.0.0-20260505065659-c430de73a6ed/go.mod h1:NiWkDJ97Ti76yGwM//ZbrB6dZKH9gYdlEsorkjNAgvU=
github.com/konflux-ci/image-controller v0.0.0-20240530145826-3296e4996f6f h1:IKlHR2SjBGx/qVgCpu7+/u5b0vHcRuvq+PiqG774Coo=
github.com/konflux-ci/image-controller v0.0.0-20240530145826-3296e4996f6f/go.mod h1:sktzzIA3GZy9RUjPZFeDyM0G3OFGZJH8U8Np0NCJNUA=
github.com/konflux-ci/image-controller v0.0.0-20260630090021-17b36a2806d5 h1:/WObrpURMLZTyBMBW09pcHIKApgT9h//tDSc0gMgwoE=
github.com/konflux-ci/image-controller v0.0.0-20260630090021-17b36a2806d5/go.mod h1:0KOAru0FoyWld0DJNVwHVRDuHCTydaIlvYSMWd/FPvs=
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=
Expand Down