Skip to content

Commit

Permalink
fix(deps): update all non-major go dependencies
Browse files Browse the repository at this point in the history
| datasource | package                                    | from                               | to                                 |
| ---------- | ------------------------------------------ | ---------------------------------- | ---------------------------------- |
| go         | github.com/cloudnative-pg/cloudnative-pg   | v1.24.0                            | v1.25.0                            |
| go         | github.com/cloudnative-pg/cnpg-i           | v0.0.0-20240910144444-89d2e00640c5 | v0.0.0-20250213063749-ec0685cbc5b1 |
| go         | github.com/cloudnative-pg/cnpg-i-machinery | v0.0.0-20240910161515-95a7e6cb16f9 | v0.0.0-20250129091115-991bf0e266c7 |
| go         | github.com/spf13/cobra                     | v1.8.1                             | v1.9.1                             |
| go         | google.golang.org/grpc                     | v1.66.1                            | v1.70.0                            |
| go         | k8s.io/api                                 | v0.31.0                            | v0.32.2                            |
| go         | k8s.io/apimachinery                        | v0.31.0                            | v0.32.2                            |
| go         | sigs.k8s.io/controller-runtime             | v0.19.0                            | v0.20.2                            |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent bdbb121 commit 5971bb1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.24.0

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/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
github.com/cloudnative-pg/cloudnative-pg v1.25.0
github.com/cloudnative-pg/cnpg-i ec0685cbc5b1
github.com/cloudnative-pg/cnpg-i-machinery 991bf0e266c7
github.com/spf13/cobra v1.9.1
google.golang.org/grpc v1.70.0
k8s.io/api v0.32.2
k8s.io/apimachinery v0.32.2
sigs.k8s.io/controller-runtime v0.20.2
)

require (
Expand Down

0 comments on commit 5971bb1

Please sign in to comment.