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
6 changes: 3 additions & 3 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 @@ -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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ require (
dario.cat/mergo v1.0.2 // indirect
github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect
github.com/BurntSushi/toml v1.6.0 // indirect
github.com/MakeNowJust/heredoc v1.0.0 // indirect
github.com/MakeNowJust/heredoc/v2 v2.0.1 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.4.0 // indirect
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
Expand Down