Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump k8s.io/release from 0.11.0 to 0.15.0 in /hack/tools #92

Open
wants to merge 1 commit into
base: main
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
15 changes: 7 additions & 8 deletions hack/tools/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,20 @@ go 1.16
require (
github.com/a8m/envsubst v1.2.0
github.com/ahmetb/gen-crd-api-reference-docs v0.3.0
github.com/docker/docker v20.10.9+incompatible // indirect
github.com/golang/mock v1.6.0
github.com/golangci/golangci-lint v1.42.1
github.com/golangci/golangci-lint v1.43.0
github.com/itchyny/gojq v0.12.5
github.com/onsi/ginkgo v1.16.5
github.com/spf13/pflag v1.0.5
k8s.io/apimachinery v0.22.2
k8s.io/code-generator v0.22.2
k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027
k8s.io/apimachinery v0.26.0
k8s.io/code-generator v0.25.2
k8s.io/gengo v0.0.0-20211129171323-c02415ce4185
k8s.io/klog v1.0.0 // indirect
k8s.io/klog/v2 v2.20.0
k8s.io/release v0.11.0
k8s.io/klog/v2 v2.80.1
k8s.io/release v0.15.0
sigs.k8s.io/cluster-api/hack/tools v0.0.0-20211006034833-18ecf48ff1ca
sigs.k8s.io/controller-tools v0.7.0
sigs.k8s.io/kind v0.11.1
sigs.k8s.io/kustomize/kustomize/v4 v4.4.0
sigs.k8s.io/kustomize/kustomize/v4 v4.5.7
sigs.k8s.io/testing_frameworks v0.1.2
)
Loading