Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
Update module k8s.io/client-go to v0.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 17, 2021
1 parent b7cd082 commit 623e7bf
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 4 deletions.
10 changes: 6 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ go 1.15
require (
github.com/HdrHistogram/hdrhistogram-go v1.0.1 // indirect
github.com/ZupIT/horusec-devkit v0.0.0-20210318131703-025d34f2d2d7
github.com/evanphx/json-patch v4.9.0+incompatible
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96 // indirect
github.com/evanphx/json-patch v4.11.0+incompatible
github.com/go-chi/chi v1.5.4
github.com/go-openapi/spec v0.19.3 // indirect
github.com/google/addlicense v0.0.0-20210428195630-6d92264d7170 // indirect
github.com/google/go-cmp v0.5.5
github.com/google/wire v0.5.0
Expand All @@ -23,7 +25,7 @@ require (
go.uber.org/atomic v1.7.0 // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
gopkg.in/DATA-DOG/go-sqlmock.v1 v1.3.0 // indirect
k8s.io/api v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/client-go v0.20.4
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
)
Loading

0 comments on commit 623e7bf

Please sign in to comment.