diff --git a/crossplane-functions/log2webhook/go.mod b/crossplane-functions/log2webhook/go.mod index 140bfa99..c993413d 100644 --- a/crossplane-functions/log2webhook/go.mod +++ b/crossplane-functions/log2webhook/go.mod @@ -3,7 +3,7 @@ module log2webhook go 1.20 require ( - github.com/crossplane/crossplane v1.11.3 + github.com/crossplane/crossplane v1.14.2 github.com/pkg/errors v0.9.1 sigs.k8s.io/yaml v1.3.0 )