From 8afb42184fc3da0ddd2971d9160dc80ea5ef4e45 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Thu, 16 Jul 2026 15:48:56 +0200 Subject: [PATCH 1/2] fix: remove local replace in auditlog example --- examples/auditlog/go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/auditlog/go.mod b/examples/auditlog/go.mod index e323080c5..9071fc813 100644 --- a/examples/auditlog/go.mod +++ b/examples/auditlog/go.mod @@ -2,9 +2,6 @@ module auditlog 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/auditlog => ../../services/auditlog - require ( github.com/stackitcloud/stackit-sdk-go/core v0.26.0 github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.5.0 From cc2a8ad6756c6e03be4f2e837adafd1547072539 Mon Sep 17 00:00:00 2001 From: Marcel Jacek Date: Thu, 16 Jul 2026 16:13:06 +0200 Subject: [PATCH 2/2] run make sync-tidy --- examples/auditlog/go.sum | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/auditlog/go.sum b/examples/auditlog/go.sum index 3712a0c87..3b74fa440 100644 --- a/examples/auditlog/go.sum +++ b/examples/auditlog/go.sum @@ -6,3 +6,5 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0= github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/stackitcloud/stackit-sdk-go/core v0.26.0 h1:jQEb9gkehfp6VCP6TcYk7BI10cz4l0KM2L6hqYBH2QA= github.com/stackitcloud/stackit-sdk-go/core v0.26.0/go.mod h1:WU1hhxnjXw2EV7CYa1nlEvNpMiRY6CvmIOaHuL3pOaA= +github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.5.0 h1:xuxFUnDY0yI2UQWy5SPMN+u29FQ9maGNupsW7xS7q8k= +github.com/stackitcloud/stackit-sdk-go/services/auditlog v0.5.0/go.mod h1:g7j7jLGJ16j0CPIHrpt+brXLl+JckETubF9/Jnw+O6Y=