From cabb2c3eab508419f978ab2e6d7f2c96a92baa6b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 18:36:15 +0000 Subject: [PATCH] fix(deps): update module github.com/crossplane/crossplane to v1.15.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..d27acbe7 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.15.2 github.com/pkg/errors v0.9.1 sigs.k8s.io/yaml v1.3.0 )