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

Bump k8s.io/api from 0.20.4 to 0.22.2 #324

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
9 changes: 3 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module code.cloudfoundry.org/quarks-job

require (
code.cloudfoundry.org/quarks-utils v0.0.3-0.20210303091853-3b41f4b87e33
github.com/go-logr/logr v0.3.0
github.com/go-logr/logr v0.4.0
github.com/mitchellh/mapstructure v1.3.2 // indirect
github.com/onsi/ginkgo v1.14.2
github.com/onsi/gomega v1.10.2
Expand All @@ -11,15 +11,12 @@ require (
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.0
go.uber.org/zap v1.16.0
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20200708183856-df98bc6d456c // indirect
gopkg.in/fsnotify.v1 v1.4.7
k8s.io/api v0.20.4
k8s.io/api v0.22.2
k8s.io/apiextensions-apiserver v0.20.4
k8s.io/apimachinery v0.20.4
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.20.4
sigs.k8s.io/controller-runtime v0.8.2
sigs.k8s.io/structured-merge-diff/v4 v4.0.3 // indirect
)

go 1.15
Loading