From e3b186aa460d930dff2d71d191af0044f97d29c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:56:25 +0000 Subject: [PATCH] Bump k8s.io/apimachinery Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.0.0-20190925235427-62598f38f24e to 0.15.7. - [Release notes](https://github.com/kubernetes/apimachinery/releases) - [Commits](https://github.com/kubernetes/apimachinery/commits/v0.15.7) --- updated-dependencies: - dependency-name: k8s.io/apimachinery dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- go.mod | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/go.mod b/go.mod index b5ca1cc..efe6007 100644 --- a/go.mod +++ b/go.mod @@ -9,13 +9,7 @@ require ( github.com/gogo/protobuf v1.3.0 // indirect github.com/googleapis/gnostic v0.3.1 // indirect github.com/goware/urlx v0.2.0 - github.com/imdario/mergo v0.3.7 - github.com/inconshreveable/mousetrap v1.0.0 - github.com/json-iterator/go v1.1.7 - github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd - github.com/modern-go/reflect2 v1.0.1 - github.com/pmezard/go-difflib v1.0.0 + github.com/imdario/mergo v0.3.7 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.5 // indirect github.com/stretchr/testify v1.4.0 @@ -26,8 +20,7 @@ require ( google.golang.org/appengine v1.6.3 // indirect gopkg.in/inf.v0 v0.9.1 // indirect k8s.io/api v0.0.0-20190925180651-d58b53da08f5 - k8s.io/apimachinery v0.0.0-20190925235427-62598f38f24e - k8s.io/cli-runtime v0.0.0-20190926001238-b6110f10831a + k8s.io/apimachinery v0.15.7 k8s.io/client-go v0.0.0-20190925235746-07054768d98d k8s.io/utils v0.0.0-20190923111123-69764acb6e8e // indirect )