From 225e2fe8798d10a13ffb7544a63ba588eeb71701 Mon Sep 17 00:00:00 2001 From: redhat-renovate-bot <168419866+redhat-renovate-bot@users.noreply.github.com> Date: Mon, 13 May 2024 02:06:20 +0200 Subject: [PATCH] Update module go.flow.arcalot.io/pluginsdk to v0.12.0 Signed-off-by: Platform Engineering Bot --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 3d8f32c..bb1c6e4 100644 --- a/go.mod +++ b/go.mod @@ -6,5 +6,5 @@ require ( go.arcalot.io/assert v1.8.0 go.arcalot.io/lang v1.1.0 go.arcalot.io/log/v2 v2.1.0 - go.flow.arcalot.io/pluginsdk v0.9.0-beta1 + go.flow.arcalot.io/pluginsdk v0.12.0 )