Skip to content

Commit

Permalink
build(deps): bump k8s.io/client-go in /contrib/config/kubernetes (#2695)
Browse files Browse the repository at this point in the history
Bumps [k8s.io/client-go](https://github.com/kubernetes/client-go) from 0.24.3 to 0.26.2.
- [Release notes](https://github.com/kubernetes/client-go/releases)
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.24.3...v0.26.2)

---
updated-dependencies:
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 7, 2023
1 parent 9c71820 commit 51fac4f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 116 deletions.
4 changes: 2 additions & 2 deletions contrib/config/kubernetes/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ go 1.16

require (
github.com/go-kratos/kratos/v2 v2.4.0
k8s.io/api v0.24.3
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.24.3
k8s.io/client-go v0.26.2
)

replace github.com/go-kratos/kratos/v2 => ../../../
Loading

0 comments on commit 51fac4f

Please sign in to comment.