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.24.1                            |
| go         | github.com/cloudnative-pg/cnpg-i           | v0.0.0-20240910144444-89d2e00640c5 | v0.0.0-20241218212131-cbc4287931ee |
| go         | github.com/cloudnative-pg/cnpg-i-machinery | v0.0.0-20240910161515-95a7e6cb16f9 | v0.0.0-20241216090031-d20ce12c89ef |
| 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.3                            |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 19, 2024
1 parent 31c330f commit 53b28a4
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.24.1
github.com/cloudnative-pg/cnpg-i cbc4287931ee
github.com/cloudnative-pg/cnpg-i-machinery d20ce12c89ef
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.3
)

require (
Expand Down

0 comments on commit 53b28a4

Please sign in to comment.