From c8f4af317b909d818a5fad765ce5d853b23d52af Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Dec 2025 07:11:37 +0000 Subject: [PATCH] Update module github.com/crossplane/function-sdk-go to v0.5.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 0787785..38386f0 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ toolchain go1.24.5 require ( github.com/alecthomas/kong v1.13.0 github.com/crossplane/crossplane-runtime v1.20.0 - github.com/crossplane/function-sdk-go v0.4.0 + github.com/crossplane/function-sdk-go v0.5.0 k8s.io/apimachinery v0.34.2 sigs.k8s.io/controller-tools v0.19.0 )