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
2 changes: 1 addition & 1 deletion apis/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openmcp-project/landscaper/apis

go 1.25.4
go 1.25.5

require (
github.com/onsi/ginkgo/v2 v2.27.2
Expand Down
4 changes: 2 additions & 2 deletions controller-utils/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openmcp-project/landscaper/controller-utils

go 1.25.4
go 1.25.5

require (
github.com/go-logr/logr v1.4.3
Expand Down Expand Up @@ -60,7 +60,7 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go v1.0.3
github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go v1.0.3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/prometheus/client_golang v1.22.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openmcp-project/landscaper

go 1.25.4
go 1.25.5

require (
dario.cat/mergo v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion legacy-component-cli/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openmcp-project/landscaper/legacy-component-cli

go 1.25.4
go 1.25.5

require (
github.com/containerd/containerd v1.7.29
Expand Down
2 changes: 1 addition & 1 deletion legacy-component-spec/bindings-go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openmcp-project/landscaper/legacy-component-spec/bindings-go

go 1.25.4
go 1.25.5

require (
github.com/ghodss/yaml v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion legacy-image-vector/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/openmcp-project/landscaper/legacy-image-vector

go 1.25.4
go 1.25.5

require (
github.com/Masterminds/semver/v3 v3.4.0
Expand Down
Loading