Skip to content

Commit

Permalink
Update module sigs.k8s.io/controller-runtime to v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 24, 2022
1 parent 884ac44 commit 8a3144b
Show file tree
Hide file tree
Showing 2 changed files with 344 additions and 7 deletions.
15 changes: 8 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@ module github.com/hsmade/minecraft-operator
go 1.16

require (
github.com/go-logr/logr v1.1.0
github.com/go-logr/logr v1.2.0
github.com/go-mc/mcping v1.2.1
github.com/googleapis/gnostic v0.5.5 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/onsi/ginkgo v1.16.4
github.com/onsi/gomega v1.16.0
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.18.1
github.com/pkg/errors v0.9.1
k8s.io/api v0.22.1
k8s.io/apimachinery v0.22.1
k8s.io/client-go v0.22.1
sigs.k8s.io/controller-runtime v0.9.6
k8s.io/api v0.24.2
k8s.io/apimachinery v0.24.2
k8s.io/client-go v0.24.2
sigs.k8s.io/controller-runtime v0.12.2
)

0 comments on commit 8a3144b

Please sign in to comment.