Skip to content

Commit

Permalink
Merge pull request #33 from eumel8/dependabot/go_modules/k8s.io/clien…
Browse files Browse the repository at this point in the history
…t-go-0.25.0

Bump k8s.io/client-go from 0.24.3 to 0.25.0
  • Loading branch information
eumel8 authored Sep 13, 2022
2 parents 2f9d130 + 6334667 commit 91b1bdf
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 33 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.17
require (
k8s.io/api v0.25.0
k8s.io/apimachinery v0.25.0
k8s.io/client-go v0.24.3
k8s.io/client-go v0.25.0
)

require (
Expand All @@ -21,7 +21,7 @@ require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/gnostic v0.5.7-v3refs // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/imdario/mergo v0.3.5 // indirect
github.com/imdario/mergo v0.3.6 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/mailru/easyjson v0.7.6 // indirect
Expand Down
Loading

0 comments on commit 91b1bdf

Please sign in to comment.