Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major go dependencies #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ go 1.22.0
toolchain go1.23.5

require (
github.com/cloudnative-pg/cloudnative-pg v1.24.0
github.com/cloudnative-pg/cnpg-i v0.0.0-20240910144444-89d2e00640c5
github.com/cloudnative-pg/cnpg-i-machinery v0.0.0-20240910161515-95a7e6cb16f9
github.com/cloudnative-pg/cloudnative-pg v1.25.0
github.com/cloudnative-pg/cnpg-i 1b1d818ad283
github.com/cloudnative-pg/cnpg-i-machinery 991bf0e266c7
github.com/spf13/cobra v1.8.1
google.golang.org/grpc v1.66.1
k8s.io/api v0.31.0
k8s.io/apimachinery v0.31.0
sigs.k8s.io/controller-runtime v0.19.0
google.golang.org/grpc v1.70.0
k8s.io/api v0.32.1
k8s.io/apimachinery v0.32.1
sigs.k8s.io/controller-runtime v0.20.1
)

require (
Expand Down
Loading