From 19b4e28f9b0763f68ff640948781950e2beb87d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Feb 2023 23:55:04 +0000 Subject: [PATCH] Bump k8s.io/apimachinery Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.0.0-20180913025736-6dd46049f395 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 | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/go.mod b/go.mod index bf3fe4a..721a76e 100644 --- a/go.mod +++ b/go.mod @@ -3,32 +3,24 @@ module github.com/Boilertalk/kubernetes-key-rotator go 1.12 require ( - github.com/davecgh/go-spew v1.1.1 // indirect github.com/ghodss/yaml v1.0.0 // indirect github.com/gogo/protobuf v1.2.1 // indirect github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect github.com/golang/protobuf v1.3.1 // indirect github.com/google/btree v1.0.0 // indirect + github.com/google/go-github/v28 v28.1.1 github.com/google/gofuzz v1.0.0 // indirect - github.com/google/logger v1.0.1 github.com/googleapis/gnostic v0.2.0 // indirect - github.com/gorilla/websocket v1.4.0 // indirect github.com/gregjones/httpcache v0.0.0-20190212212710-3befbb6ad0cc // indirect github.com/json-iterator/go v1.1.6 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.1 // indirect - github.com/nlopes/slack v0.5.0 // indirect github.com/peterbourgon/diskv v2.0.1+incompatible // indirect - github.com/pkg/errors v0.8.1 // indirect github.com/spf13/pflag v1.0.3 // indirect github.com/stretchr/testify v1.3.0 // indirect golang.org/x/crypto v0.0.0-20190418165655-df01cb2cc480 // indirect - golang.org/x/net v0.0.0-20190420063019-afa5a82059c6 // indirect golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect gopkg.in/inf.v0 v0.9.1 // indirect - gopkg.in/yaml.v2 v2.2.2 // indirect k8s.io/api v0.0.0-20181004124137-fd83cbc87e76 // indirect - k8s.io/apimachinery v0.0.0-20180913025736-6dd46049f395 + k8s.io/apimachinery v0.15.7 k8s.io/client-go v9.0.0+incompatible )