From 8efaa518d76de1e7870c9861d1a2025b084df53e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 12:02:51 +0000 Subject: [PATCH] fix(deps): update module github.com/crossplane/crossplane to v1.18.1 --- 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..dd2b594f 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.1 github.com/pkg/errors v0.9.1 sigs.k8s.io/yaml v1.3.0 )