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
8 changes: 4 additions & 4 deletions e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,11 @@ require (
github.com/konflux-ci/application-api v0.0.0-20251210122215-555a927cf6d9
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/image-controller v0.0.0-20240530145826-3296e4996f6f
github.com/konflux-ci/integration-service v0.0.0-20260108133201-e2f5559a9544
github.com/konflux-ci/release-service v0.0.0-20260113075649-fff62d349fa9
github.com/onsi/ginkgo/v2 v2.27.4
github.com/onsi/gomega v1.39.0
github.com/tektoncd/pipeline v1.9.2
k8s.io/api v0.35.1
k8s.io/apimachinery v0.35.1
k8s.io/klog/v2 v2.130.1
)

Expand Down Expand Up @@ -45,7 +42,7 @@ require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/chai2010/gettext-go v1.0.3 // indirect
github.com/cloudflare/circl v1.6.3 // indirect
github.com/codeready-toolchain/api v0.0.0-20231217224957-34f7cb3fcbf7 // indirect
github.com/codeready-toolchain/api v0.0.0-20260415142422-12ff40f3bdb6 // indirect
github.com/codeready-toolchain/toolchain-common v0.0.0-20220523142428-2558e76260fb // indirect
github.com/codeready-toolchain/toolchain-e2e v0.0.0-20220525131508-60876bfb99d3 // indirect
github.com/conforma/crds/api v0.1.7 // indirect
Expand Down Expand Up @@ -127,6 +124,7 @@ require (
github.com/kevinburke/ssh_config v1.4.0 // indirect
github.com/klauspost/compress v1.18.1 // 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/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
github.com/magefile/mage v1.14.0 // indirect
Expand Down Expand Up @@ -208,7 +206,9 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/api v0.35.1 // indirect
k8s.io/apiextensions-apiserver v0.34.3 // indirect
k8s.io/apimachinery v0.35.1 // indirect
k8s.io/cli-runtime v0.34.2 // indirect
k8s.io/client-go v11.0.0+incompatible // indirect
k8s.io/component-base v0.34.3 // indirect
Expand Down
4 changes: 2 additions & 2 deletions e2e/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1503,8 +1503,8 @@ github.com/cncf/xds/go v0.0.0-20250121191232-2f005788dc42/go.mod h1:W+zGtBO5Y1Ig
github.com/cockroachdb/datadriven v1.0.2/go.mod h1:a9RdTaap04u637JoCzcUoIcDmvwSUtcUFtT/C3kJlTU=
github.com/codeready-toolchain/api v0.0.0-20220420163009-01d30d6cedd9/go.mod h1:yxINrgni3bMTyGKMjMaLmWwgwZt/P+WT09c/pIMP02w=
github.com/codeready-toolchain/api v0.0.0-20220511141428-1adfed7d17b0/go.mod h1:yxINrgni3bMTyGKMjMaLmWwgwZt/P+WT09c/pIMP02w=
github.com/codeready-toolchain/api v0.0.0-20231217224957-34f7cb3fcbf7 h1:8Rbzo3EQoQrJakXRKIxcluK0NwHeIWzzG2nDsiKIxsI=
github.com/codeready-toolchain/api v0.0.0-20231217224957-34f7cb3fcbf7/go.mod h1:FO7kgXH1x1LqkF327D5a36u0WIrwjVCbeijPkzgwaZc=
github.com/codeready-toolchain/api v0.0.0-20260415142422-12ff40f3bdb6 h1:d4DTT/6zhDFTN9rlCggsz/PLZGUCRccbSATcDmdTjzI=
github.com/codeready-toolchain/api v0.0.0-20260415142422-12ff40f3bdb6/go.mod h1:PMg6kNHuCGNlu3MOdrCisqGkBpvzB0qS1+E6nrXxPAc=
github.com/codeready-toolchain/toolchain-common v0.0.0-20220523142428-2558e76260fb h1:S4i4LR9qaZLEoYrH0ZhJFZ0qF3CQie2ScQfElQBPJnM=
github.com/codeready-toolchain/toolchain-common v0.0.0-20220523142428-2558e76260fb/go.mod h1:MRW2K1Es7tjgbqLt024he5iaDcpnMx03Xf2TaFG67ww=
github.com/codeready-toolchain/toolchain-e2e v0.0.0-20220525131508-60876bfb99d3 h1:Dj9Gp8/qM322+4CVxqQBSoKBGrvL/pw3JhxFqQsfEz4=
Expand Down