From e1aabe24b078bd1a27345113ae952430ee4a0ddc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 7 Oct 2025 23:11:00 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.2 --- ci/translate/go.mod | 2 +- cmd/ots-cli/go.mod | 2 +- go.mod | 2 +- pkg/client/go.mod | 2 +- pkg/customization/go.mod | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ci/translate/go.mod b/ci/translate/go.mod index 190b359..23c7a6f 100644 --- a/ci/translate/go.mod +++ b/ci/translate/go.mod @@ -2,7 +2,7 @@ module translate go 1.23.0 -toolchain go1.25.1 +toolchain go1.25.2 require ( github.com/Luzifer/go_helpers/v2 v2.25.0 diff --git a/cmd/ots-cli/go.mod b/cmd/ots-cli/go.mod index bff1fdd..a3b173c 100644 --- a/cmd/ots-cli/go.mod +++ b/cmd/ots-cli/go.mod @@ -2,7 +2,7 @@ module github.com/Luzifer/ots/cmd/ots-cli go 1.23.0 -toolchain go1.25.1 +toolchain go1.25.2 replace ( github.com/Luzifer/ots/pkg/client => ../../pkg/client diff --git a/go.mod b/go.mod index 62b07c1..46be5cb 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Luzifer/ots go 1.23.0 -toolchain go1.25.1 +toolchain go1.25.2 replace github.com/Luzifer/ots/pkg/customization => ./pkg/customization diff --git a/pkg/client/go.mod b/pkg/client/go.mod index 47d0197..1875aec 100644 --- a/pkg/client/go.mod +++ b/pkg/client/go.mod @@ -2,7 +2,7 @@ module github.com/Luzifer/ots/pkg/client go 1.23.0 -toolchain go1.25.1 +toolchain go1.25.2 replace github.com/Luzifer/ots/pkg/customization => ../customization diff --git a/pkg/customization/go.mod b/pkg/customization/go.mod index b8d221c..6067a94 100644 --- a/pkg/customization/go.mod +++ b/pkg/customization/go.mod @@ -2,7 +2,7 @@ module github.com/Luzifer/ots/pkg/customization go 1.23.0 -toolchain go1.25.1 +toolchain go1.25.2 require ( github.com/pkg/errors v0.9.1