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

Bump github.com/kyverno/kyverno from 1.5.0-rc1.0.20230927190803-27858f634e28 to 1.11.0-beta.4 #2

Merged
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
require (
github.com/jinzhu/copier v0.4.0
github.com/jmespath-community/go-jmespath v1.1.1
github.com/kyverno/kyverno v1.5.0-rc1.0.20230927190803-27858f634e28
github.com/kyverno/kyverno v1.11.0-beta.4
github.com/spf13/cobra v1.7.0
github.com/stretchr/testify v1.8.4
gopkg.in/yaml.v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -946,8 +946,8 @@ github.com/kunwardeep/paralleltest v1.0.2/go.mod h1:ZPqNm1fVHPllh5LPVujzbVz1JN2G
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/kyoh86/exportloopref v0.1.8/go.mod h1:1tUcJeiioIs7VWe5gcOObrux3lb66+sBqGZrRkMwPgg=
github.com/kyverno/kyverno v1.5.0-rc1.0.20230927190803-27858f634e28 h1:2eUrRgwGsYcthI9+si26zi7LclyC2Cy7kMVxzvJRMbg=
github.com/kyverno/kyverno v1.5.0-rc1.0.20230927190803-27858f634e28/go.mod h1:+UK6hUZKISlNFGWDlSuf6qIfI9xTfgFY3W7qT0h5BbQ=
github.com/kyverno/kyverno v1.11.0-beta.4 h1:QxzTscQg4/68TY2cWxVostgg2QtbQIB4VfcWO+0MK9o=
github.com/kyverno/kyverno v1.11.0-beta.4/go.mod h1:i/QVQ7mihIndXw79I/Hjz5j3vbhwxGiGE2PKHhfjLeQ=
github.com/ldez/gomoddirectives v0.2.1/go.mod h1:sGicqkRgBOg//JfpXwkB9Hj0X5RyJ7mlACM5B9f6Me4=
github.com/ldez/tagliatelle v0.2.0/go.mod h1:8s6WJQwEYHbKZDsp/LjArytKOG8qaMrKQQ3mFukHs88=
github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
Expand Down