Skip to content

Commit

Permalink
Merge pull request #317 from leanix/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
Update all non-major dependencies
  • Loading branch information
Quentin Vaucher authored Apr 22, 2024
2 parents cf9dcd8 + 51d0be7 commit 570d1f2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/leanix/leanix-k8s-connector

go 1.21

toolchain go1.21.9
toolchain go1.22.2

require (
github.com/google/uuid v1.6.0
Expand All @@ -11,9 +11,9 @@ require (
github.com/spf13/viper v1.18.2
github.com/stretchr/testify v1.9.0
go.uber.org/zap v1.27.0
k8s.io/api v0.29.3
k8s.io/apimachinery v0.29.3
k8s.io/client-go v0.29.3
k8s.io/api v0.30.0
k8s.io/apimachinery v0.30.0
k8s.io/client-go v0.30.0
k8s.io/utils v0.0.0-20240102154912-e7106e64919e
)

Expand Down

0 comments on commit 570d1f2

Please sign in to comment.