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

chore(deps): bump sigs.k8s.io/controller-runtime from 0.10.1 to 0.14.5 #1139

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
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,28 +17,28 @@ require (
github.com/golang/mock v1.6.0
github.com/google/go-github/v31 v31.0.0
github.com/google/uuid v1.3.0
github.com/imdario/mergo v0.3.12 // indirect
github.com/kataras/tablewriter v0.0.0-20180708051242-e063d29b7c23
github.com/kr/pty v1.1.8 // indirect
github.com/landoop/tableprinter v0.0.0-20200805134727-ea32388e35c1
github.com/pires/go-proxyproto v0.6.1
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/client_golang v1.14.0
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
github.com/spf13/cobra v1.6.0
github.com/stretchr/testify v1.8.0
github.com/tinylib/msgp v1.1.6 // indirect
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
golang.org/x/sys v0.0.0-20211013075003-97ac67df715c // indirect
golang.org/x/crypto v0.1.0
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
google.golang.org/api v0.57.0
gopkg.in/raintank/schema.v1 v1.0.0
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
k8s.io/api v0.22.2
k8s.io/apiextensions-apiserver v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
gopkg.in/yaml.v3 v3.0.1
k8s.io/api v0.26.1
k8s.io/apiextensions-apiserver v0.26.1
k8s.io/apimachinery v0.26.1
k8s.io/client-go v0.26.1
k8s.io/kubectl v0.22.2
sigs.k8s.io/controller-runtime v0.10.1
sigs.k8s.io/controller-runtime v0.14.5
sigs.k8s.io/controller-tools v0.7.0
sigs.k8s.io/yaml v1.2.0
sigs.k8s.io/yaml v1.3.0
)
Loading