Skip to content

Commit

Permalink
Bump k8s.io/client-go from 0.23.15 to 0.23.16 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 24, 2023
1 parent 6be8b47 commit f962474
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 533 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ go 1.18
require (
github.com/stretchr/testify v1.8.1
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.23.15
k8s.io/apimachinery v0.23.15
k8s.io/client-go v0.23.15
k8s.io/api v0.23.16
k8s.io/apimachinery v0.23.16
k8s.io/client-go v0.23.16
)

require (
Expand All @@ -20,8 +20,8 @@ require (
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/text v0.3.7 // indirect
golang.org/x/net v0.3.1-0.20221206200815-1e63c2f08a10 // indirect
golang.org/x/text v0.5.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
Expand Down
Loading

0 comments on commit f962474

Please sign in to comment.