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 github.com/kyverno/kyverno from 1.5.0-rc1.0.20240129102419-3bf235925914 to 1.12.0-alpha.0 #58

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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.4
toolchain go1.21.5

require (
github.com/kyverno/kyverno v1.5.0-rc1.0.20240129102419-3bf235925914
github.com/kyverno/kyverno v1.12.0-alpha.0
github.com/lib/pq v1.10.9
github.com/pkg/errors v0.9.1
github.com/spf13/cobra v1.8.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kyverno/kyverno v1.5.0-rc1.0.20240129102419-3bf235925914 h1:+1ZT4NojZQqFMAL2dzbDN1a6yrA8ptKnmTM01tKrHPU=
github.com/kyverno/kyverno v1.5.0-rc1.0.20240129102419-3bf235925914/go.mod h1:HfNR4Ii8LnYoYvi+bmWGgUkekuKmtecmKPdL5v7jDYI=
github.com/kyverno/kyverno v1.12.0-alpha.0 h1:L9E9iWShV77pm+QeoeH5QAjWrn11Rt/HK4g+3gyuSME=
github.com/kyverno/kyverno v1.12.0-alpha.0/go.mod h1:zFRogPuJg2U2NcqERLxngWGUSFtTfmNS1vQ+2nsOwkY=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
Expand Down
Loading