Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Update module sigs.k8s.io/controller-tools to v0.12.1 (#631)
Browse files Browse the repository at this point in the history
Signed-off-by: QuentinBisson <quentin@giantswarm.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 13, 2023
1 parent 9b91ec3 commit dff175a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
37 changes: 19 additions & 18 deletions .nancy-ignore
@@ -1,18 +1,19 @@
CVE-2019-10743 until=2023-05-26
CVE-2023-26125 until=2023-05-26
CVE-2023-29401 until=2023-05-26
CVE-2020-36567 until=2023-05-26
CVE-2020-28483 until=2023-05-26
CVE-2022-29153 until=2023-05-26
CVE-2021-41803 until=2023-05-26
CVE-2022-24687 until=2023-05-26
CVE-2022-29153 until=2023-05-26
CVE-2021-41803 until=2023-05-26
CVE-2022-24687 until=2023-05-26
CVE-2021-23772 until=2023-05-26
CVE-2021-42576 until=2023-05-26
CVE-2020-26892 until=2023-05-26
CVE-2021-3127 until=2023-05-26
CVE-2022-21221 until=2023-05-26
CVE-2022-32149 until=2023-05-26
CVE-2020-8561 until=2023-05-26
CVE-2019-10743 until=2023-10-01
CVE-2023-26125 until=2023-10-01
CVE-2023-29401 until=2023-10-01
CVE-2020-36567 until=2023-10-01
CVE-2020-28483 until=2023-10-01
CVE-2022-29153 until=2023-10-01
CVE-2021-41803 until=2023-10-01
CVE-2022-24687 until=2023-10-01
CVE-2022-29153 until=2023-10-01
CVE-2021-41803 until=2023-10-01
CVE-2022-24687 until=2023-10-01
CVE-2021-23772 until=2023-10-01
CVE-2021-42576 until=2023-10-01
CVE-2020-26892 until=2023-10-01
CVE-2021-3127 until=2023-10-01
CVE-2022-21221 until=2023-10-01
CVE-2022-32149 until=2023-10-01
CVE-2020-8561 until=2023-10-01
CVE-2023-32731 until=2023-10-01
2 changes: 1 addition & 1 deletion hack/tools/controller-gen/go.mod
Expand Up @@ -2,7 +2,7 @@ module github.com/giantswarm/apiextensions/hack/tools/code-generator

go 1.17

require sigs.k8s.io/controller-tools v0.12.0
require sigs.k8s.io/controller-tools v0.12.1

require (
github.com/fatih/color v1.15.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions hack/tools/controller-gen/go.sum
Expand Up @@ -1077,8 +1077,8 @@ rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.1.1/go.mod h1:/4NLd21PQY0B+H+X0aDZdwUiVXYJQl/2NXA5KVtDiP4=
sigs.k8s.io/controller-tools v0.12.0 h1:TY6CGE6+6hzO7hhJFte65ud3cFmmZW947jajXkuDfBw=
sigs.k8s.io/controller-tools v0.12.0/go.mod h1:rXlpTfFHZMpZA8aGq9ejArgZiieHd+fkk/fTatY8A2M=
sigs.k8s.io/controller-tools v0.12.1 h1:GyQqxzH5wksa4n3YDIJdJJOopztR5VDM+7qsyg5yE4U=
sigs.k8s.io/controller-tools v0.12.1/go.mod h1:rXlpTfFHZMpZA8aGq9ejArgZiieHd+fkk/fTatY8A2M=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
sigs.k8s.io/structured-merge-diff/v4 v4.2.3 h1:PRbqxJClWWYMNV1dhaG4NsibJbArud9kFxnAMREiWFE=
Expand Down

0 comments on commit dff175a

Please sign in to comment.