Skip to content

Commit

Permalink
chore: bump kyverno (#168)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 30, 2023
1 parent cdf703c commit a0380e1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/jinzhu/copier v0.4.0
github.com/jmespath-community/go-jmespath v1.1.2-0.20231004164315-78945398586a
github.com/kyverno/kyverno v1.5.0-rc1.0.20231029093939-32d16059beb4
github.com/kyverno/kyverno v1.5.0-rc1.0.20231029235953-c96199dee1f6
github.com/loopfz/gadgeto v0.11.3
github.com/nlepage/go-wasm-http-server v1.1.0
github.com/spf13/cobra v1.7.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
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.20231029093939-32d16059beb4 h1:uOiXbeGbqCmLCQURoDUCEMGz7TzKPth/oq1B3RK+L0k=
github.com/kyverno/kyverno v1.5.0-rc1.0.20231029093939-32d16059beb4/go.mod h1:9Fdii26pII6fE5aQzJouIKL7vyzlAfSaCFaj+/UIoP8=
github.com/kyverno/kyverno v1.5.0-rc1.0.20231029235953-c96199dee1f6 h1:m8mRcyrU9idFjGEn5SoVbwZEwJTq07I+ob/43AZlA4Y=
github.com/kyverno/kyverno v1.5.0-rc1.0.20231029235953-c96199dee1f6/go.mod h1:9Fdii26pII6fE5aQzJouIKL7vyzlAfSaCFaj+/UIoP8=
github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII=
github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY=
github.com/leodido/go-urn v1.2.4 h1:XlAE/cm/ms7TE/VMVoduSpNBoyc2dOxHs5MZSwAN63Q=
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/template/functions/wildcard.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package functions
import (
"errors"

"github.com/kyverno/kyverno/pkg/utils/wildcard"
"github.com/kyverno/kyverno/ext/wildcard"
)

func jpfWildcard(arguments []interface{}) (interface{}, error) {
Expand Down
2 changes: 1 addition & 1 deletion pkg/engine/template/kyverno/functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
trunc "github.com/aquilax/truncate"
"github.com/blang/semver/v4"
gojmespath "github.com/jmespath-community/go-jmespath/pkg/functions"
wildcard "github.com/kyverno/kyverno/pkg/utils/wildcard"
"github.com/kyverno/kyverno/ext/wildcard"
regen "github.com/zach-klippenstein/goregen"
"golang.org/x/crypto/cryptobyte"
cryptobyte_asn1 "golang.org/x/crypto/cryptobyte/asn1"
Expand Down

0 comments on commit a0380e1

Please sign in to comment.