Skip to content

Commit

Permalink
chore(deps): bump sigs.k8s.io/controller-runtime
Browse files Browse the repository at this point in the history
Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.6.4 to 0.8.3.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Commits](kubernetes-sigs/controller-runtime@v0.6.4...v0.8.3)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 3, 2021
1 parent 8ce69e9 commit e3a3362
Show file tree
Hide file tree
Showing 2 changed files with 358 additions and 168 deletions.
8 changes: 4 additions & 4 deletions pkg/plugins/resources/k8s/native/go.mod
Expand Up @@ -3,16 +3,16 @@ 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.3.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
sigs.k8s.io/controller-runtime v0.6.4
k8s.io/apimachinery v0.20.2
k8s.io/client-go v0.20.2
sigs.k8s.io/controller-runtime v0.8.3
)

replace github.com/kumahq/kuma/api => ../../../../../api

0 comments on commit e3a3362

Please sign in to comment.