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-20250109100558-954e74a8321e |
| go         | github.com/cloudnative-pg/cnpg-i-machinery | v0.0.0-20240910161515-95a7e6cb16f9 | v0.0.0-20250102082557-6ee50a1f950f |
| go         | google.golang.org/grpc                     | v1.66.1                            | v1.69.2                            |
| go         | k8s.io/api                                 | v0.31.0                            | v0.32.0                            |
| go         | k8s.io/apimachinery                        | v0.31.0                            | v0.32.0                            |
| go         | sigs.k8s.io/controller-runtime             | v0.19.0                            | v0.19.4                            |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 9, 2025
1 parent 517f10e commit 7cbf02e
Showing 1 changed file with 7 additions and 7 deletions.
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.4

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 954e74a8321e
github.com/cloudnative-pg/cnpg-i-machinery 6ee50a1f950f
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.69.2
k8s.io/api v0.32.0
k8s.io/apimachinery v0.32.0
sigs.k8s.io/controller-runtime v0.19.4
)

require (
Expand Down

0 comments on commit 7cbf02e

Please sign in to comment.