File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11module github.com/redhat-developer/gitops-operator
22
3- go 1.22.0
3+ go 1.23
44
5- toolchain go1.22.5
5+ toolchain go1.23.8
66
77require (
88 github.com/argoproj-labs/argo-rollouts-manager v0.0.6-0.20250314083117-bb5580b286c5
@@ -90,7 +90,7 @@ require (
9090 k8s.io/kube-aggregator v0.29.6 // indirect
9191 k8s.io/kube-openapi v0.0.0-20240227032403-f107216b40e2 // indirect
9292 sigs.k8s.io/gateway-api v1.0.0 // indirect
93- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
93+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
9494 sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
9595)
9696
Original file line number Diff line number Diff line change @@ -2394,8 +2394,9 @@ sigs.k8s.io/controller-runtime v0.17.2 h1:FwHwD1CTUemg0pW2otk7/U5/i5m2ymzvOXdbeG
23942394sigs.k8s.io/controller-runtime v0.17.2 /go.mod h1:+MngTvIQQQhfXtwfdGw/UOQ/aIaqsYywfCINOtwMO/s =
23952395sigs.k8s.io/gateway-api v1.0.0 h1:iPTStSv41+d9p0xFydll6d7f7MOBGuqXM6p2/zVYMAs =
23962396sigs.k8s.io/gateway-api v1.0.0 /go.mod h1:4cUgr0Lnp5FZ0Cdq8FdRwCvpiWws7LVhLHGIudLlf4c =
2397- sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo =
23982397sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd /go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0 =
2398+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE =
2399+ sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 /go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg =
23992400sigs.k8s.io/structured-merge-diff/v4 v4.2.3 /go.mod h1:qjx8mGObPmV2aSZepjQjbmb2ihdVs8cGKBraizNC69E =
24002401sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4 =
24012402sigs.k8s.io/structured-merge-diff/v4 v4.4.1 /go.mod h1:N8hJocpFajUSSeSJ9bOZ77VzejKZaXsTtZo4/u7Io08 =
You can’t perform that action at this time.
0 commit comments