From a84953470050f6a4ecb865a7e47c754b014a3d12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Aug 2021 18:47:47 +0300 Subject: [PATCH] Bump k8s.io/api from 0.21.1 to 0.21.3 (#135) Bumps [k8s.io/api](https://github.com/kubernetes/api) from 0.21.1 to 0.21.3. - [Release notes](https://github.com/kubernetes/api/releases) - [Commits](https://github.com/kubernetes/api/compare/v0.21.1...v0.21.3) --- updated-dependencies: - dependency-name: k8s.io/api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Noam Gal --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6e6a42d4..72062144 100644 --- a/go.mod +++ b/go.mod @@ -20,7 +20,7 @@ require ( github.com/spf13/viper v1.7.1 github.com/stretchr/testify v1.7.0 google.golang.org/grpc/examples v0.0.0-20210730002332-ea9b7a0a7651 // indirect - k8s.io/api v0.21.1 + k8s.io/api v0.21.3 k8s.io/apimachinery v0.21.1 k8s.io/cli-runtime v0.21.1 k8s.io/client-go v11.0.1-0.20190816222228-6d55c1b1f1ca+incompatible