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

chore(deps): Update module k8s.io/apimachinery to v0.18.8 [SECURITY] - autoclosed #160

Closed
Closed
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
6 changes: 2 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,25 @@ require (
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver/v3 v3.1.1 // indirect
github.com/davecgh/go-spew v1.1.1
github.com/git-chglog/git-chglog v0.15.0 // indirect
github.com/fatih/color v1.12.0 // indirect
github.com/go-logr/logr v0.1.0
github.com/golang/mock v1.4.3
github.com/goreleaser/goreleaser v0.143.0
github.com/hashicorp/golang-lru v0.5.4 // indirect
github.com/llorllale/go-gitlint v0.0.0-20210608233938-d6303cc52cc5 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3
github.com/newrelic/go-agent/v3 v3.7.0
github.com/newrelic/newrelic-client-go v0.60.0
github.com/onsi/ginkgo v1.13.0
github.com/onsi/gomega v1.10.1
github.com/prometheus/client_golang v1.6.0 // indirect
github.com/prometheus/common v0.10.0 // indirect
github.com/psampaz/go-mod-outdated v0.8.0 // indirect
github.com/stretchr/testify v1.7.0
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305
gomodules.xyz/jsonpatch/v2 v2.1.0 // indirect
k8s.io/api v0.18.4
k8s.io/apiextensions-apiserver v0.18.4 // indirect
k8s.io/apimachinery v0.18.4
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.4
k8s.io/utils v0.0.0-20200601170155-a0dff01d8ea5 // indirect
sigs.k8s.io/controller-runtime v0.6.0
Expand Down
Loading
Loading