Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update kubernetes packages to v0.25.4
Browse files Browse the repository at this point in the history
renovate[bot] authored Nov 20, 2022
1 parent 274d15d commit 341ca9b
Showing 2 changed files with 376 additions and 81 deletions.
9 changes: 4 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -5,10 +5,9 @@ go 1.16
require (
github.com/aws/aws-sdk-go v1.38.45
github.com/gorilla/mux v1.8.0
github.com/restic/chunker v0.4.0
github.com/urfave/cli/v2 v2.3.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
k8s.io/api v0.25.4
k8s.io/apimachinery v0.25.4
k8s.io/client-go v0.25.4
)
Loading

0 comments on commit 341ca9b

Please sign in to comment.