From 60482d689b329b8f9319801c64b9b6266fd2bbd3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 00:29:43 +0000 Subject: [PATCH] Update module github.com/stackitcloud/stackit-sdk-go/services/mongodbflex to v1.12.0 --- examples/mongodbflex/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mongodbflex/go.mod b/examples/mongodbflex/go.mod index 6333f3f09..963104b35 100644 --- a/examples/mongodbflex/go.mod +++ b/examples/mongodbflex/go.mod @@ -5,7 +5,7 @@ go 1.25 // This is not needed in production. This is only here to point the golangci linter to the local version instead of the last release on GitHub. replace github.com/stackitcloud/stackit-sdk-go/services/mongodbflex => ../../services/mongodbflex -require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.11.0 +require github.com/stackitcloud/stackit-sdk-go/services/mongodbflex v1.12.0 require ( github.com/golang-jwt/jwt/v5 v5.3.1 // indirect