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): bump k8s.io/client-go from 0.18.14 to 0.21.3 in /pkg/plugins/resources/k8s/native #124

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions pkg/plugins/resources/k8s/native/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/kumahq/kuma/pkg/plugins/resources/k8s/native
go 1.16

require (
github.com/go-logr/logr v0.1.0
github.com/go-logr/logr v0.4.0
github.com/golang/protobuf v1.4.3
github.com/kumahq/kuma/api v0.0.0-00010101000000-000000000000
github.com/onsi/ginkgo v1.16.1
github.com/onsi/gomega v1.11.0
github.com/pkg/errors v0.9.1
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb
k8s.io/apimachinery v0.18.14
k8s.io/client-go v0.18.14
golang.org/x/net v0.0.0-20210224082022-3d97a244fca7
k8s.io/apimachinery v0.21.3
k8s.io/client-go v0.21.3
sigs.k8s.io/controller-runtime v0.6.4
)

Expand Down