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

Bump k8s.io/client-go from 0.17.0 to 0.20.0 in /images/recovery #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions images/recovery/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,9 @@ module github.com/mesosphere/kudo-cassandra-operator/images/cassandra-recovery
go 1.14

require (
github.com/gogo/protobuf v1.3.1 // indirect
github.com/golang/protobuf v1.3.5 // indirect
github.com/google/gofuzz v1.1.0 // indirect
github.com/googleapis/gnostic v0.4.0 // indirect
github.com/imdario/mergo v0.3.8 // indirect
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20200320181102-891825fb96df // indirect
golang.org/x/net v0.0.0-20200320220750-118fecf932d8 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/client-go v0.17.0
k8s.io/utils v0.0.0-20200322164244-327a8059b905 // indirect
sigs.k8s.io/yaml v1.2.0 // indirect
k8s.io/api v0.20.0
k8s.io/apimachinery v0.20.0
k8s.io/client-go v0.20.0
)
Loading