From c3137262d141a2b8a6db93adfd0a2e86c0c7e65c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:27:37 +0000 Subject: [PATCH] fix(deps): update module github.com/crossplane/crossplane to v1.18.2 --- crossplane-functions/log2webhook/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crossplane-functions/log2webhook/go.mod b/crossplane-functions/log2webhook/go.mod index 140bfa99..7fe991c4 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.18.2 github.com/pkg/errors v0.9.1 sigs.k8s.io/yaml v1.3.0 )