File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11module github.com/konflux-ci/build-service
22
3- go 1.22.9
3+ go 1.23
4+
5+ toolchain go1.24.6
46
57require (
68 github.com/bradleyfalzon/ghinstallation/v2 v2.11.0
@@ -30,8 +32,8 @@ require (
3032// If you update dependencies below you must also update internal/controller/suite_test.go
3133require (
3234 github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409
33- github.com/konflux-ci/release-service v0.0.0-20240610124538-758a1d48d002
3435 github.com/konflux-ci/image-controller v0.0.0-20250424143112-69ec692d353c
36+ github.com/konflux-ci/release-service v0.0.0-20240610124538-758a1d48d002
3537 github.com/openshift-pipelines/pipelines-as-code v0.28.2
3638 github.com/tektoncd/pipeline v0.63.0
3739)
@@ -144,6 +146,6 @@ require (
144146 k8s.io/component-base v0.31.0 // indirect
145147 k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 // indirect
146148 sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0 // indirect
147- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
149+ sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
148150 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
149151)
Original file line number Diff line number Diff line change @@ -926,8 +926,8 @@ sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.31.0/go.mod h1:Ve9uj1
926926sigs.k8s.io/controller-runtime v0.19.3 h1:XO2GvC9OPftRst6xWCpTgBZO04S2cbp0Qqkj8bX1sPw =
927927sigs.k8s.io/controller-runtime v0.19.3 /go.mod h1:j4j87DqtsThvwTv5/Tc5NFRyyF/RF0ip4+62tbTSIUM =
928928sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 /go.mod h1:B+TnT182UBxE84DiCz4CVE26eOSDAeYCpfDnC2kdKMY =
929- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
930- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
929+ sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 h1:IpInykpT6ceI+QxKBbEflcR5EXP7sU1kvOlxwZh5txg =
930+ sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 /go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg =
931931sigs.k8s.io/structured-merge-diff/v4 v4.0.2 /go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw =
932932sigs.k8s.io/structured-merge-diff/v4 v4.2.1 /go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4 =
933933sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4 =
You can’t perform that action at this time.
0 commit comments