mirror of
https://github.com/kastenhq/kubestr.git
synced 2024-12-14 11:57:56 +00:00
Bump k8s.io/api from 0.24.1 to 0.24.3 (#118)
Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.24.1 to 0.24.3. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.24.1...v0.24.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a1505a42f
commit
eea9e0beac
2 changed files with 358 additions and 4 deletions
4
go.mod
4
go.mod
|
@ -13,8 +13,8 @@ require (
|
|||
github.com/pkg/errors v0.9.1
|
||||
github.com/spf13/cobra v1.4.0
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
|
||||
k8s.io/api v0.24.1
|
||||
k8s.io/apimachinery v0.24.1
|
||||
k8s.io/api v0.24.3
|
||||
k8s.io/apimachinery v0.24.3
|
||||
k8s.io/client-go v0.24.1
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue