Skip to content
Merged
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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
filippo.io/age v1.3.1
github.com/Masterminds/semver/v3 v3.5.0
github.com/cloudnative-pg/cloudnative-pg v1.29.0
github.com/codesphere-cloud/cs-go v0.23.0
github.com/codesphere-cloud/cs-go v1.0.0
github.com/creativeprojects/go-selfupdate v1.5.2
github.com/getsops/sops/v3 v3.12.2
github.com/jedib0t/go-pretty/v6 v6.7.10
Expand All @@ -41,8 +41,8 @@ require (
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v4 v4.1.4
k8s.io/api v0.35.4
k8s.io/apimachinery v0.35.4
k8s.io/api v0.36.0
k8s.io/apimachinery v0.36.0
k8s.io/client-go v12.0.0+incompatible
k8s.io/utils v0.0.0-20260319190234-28399d86e0b5
sigs.k8s.io/controller-runtime v0.23.3
Expand Down Expand Up @@ -631,7 +631,7 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
k8s.io/apiextensions-apiserver v0.35.3 // indirect
k8s.io/apiserver v0.35.4 // indirect
k8s.io/cli-runtime v0.35.4 // indirect
k8s.io/cli-runtime v0.36.0 // indirect
k8s.io/component-base v0.35.4 // indirect
k8s.io/klog/v2 v2.140.0 // indirect
k8s.io/kube-openapi v0.0.0-20260319004828-5883c5ee87b9 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3213,6 +3213,8 @@ github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb h1:EDmT6Q9Zs+SbUo
github.com/codahale/rfc6979 v0.0.0-20141003034818-6a90f24967eb/go.mod h1:ZjrT6AXHbDs86ZSdt/osfBi5qfexBrKUdONk989Wnk4=
github.com/codesphere-cloud/cs-go v0.23.0 h1:FA86xXjdZcJe+4APrJasJjZzWK8IunVYUlo+Jk5tP+g=
github.com/codesphere-cloud/cs-go v0.23.0/go.mod h1:LCQyhInggIBKbuzA7kyLFj//NQXr9z6QuiwEEXGF3mE=
github.com/codesphere-cloud/cs-go v1.0.0 h1:q6lvbGyN+kedf7ljBD+aP5H82hl+dc0eqUIjQ9sEPgE=
github.com/codesphere-cloud/cs-go v1.0.0/go.mod h1:yE0tDvF9Com2NCE/Y/Xizh9tr1wnUWROuC9Gr6kXb58=
github.com/containerd/continuity v0.4.5 h1:ZRoN1sXq9u7V6QoHMcVWGhOwDFqZ4B9i5H6un1Wh0x4=
github.com/containerd/continuity v0.4.5/go.mod h1:/lNJvtJKUQStBzpVQ1+rasXO1LAWtUQssk28EZvJ3nE=
github.com/containerd/errdefs v1.0.0 h1:tg5yIfIlQIrxYtu9ajqY42W3lpS19XqdxRQeEwYG8PI=
Expand Down