From 63aeb649fcacfe6df20bd07446014a068dcf49d4 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 18 Jan 2026 01:10:25 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.25.6 --- 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 89ccb95..fe2dc63 100644 --- a/ci/translate/go.mod +++ b/ci/translate/go.mod @@ -2,7 +2,7 @@ module translate go 1.23.0 -toolchain go1.25.5 +toolchain go1.25.6 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 39caccc..463ce0b 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.5 +toolchain go1.25.6 replace ( github.com/Luzifer/ots/pkg/client => ../../pkg/client diff --git a/go.mod b/go.mod index 64e45cb..5c453fe 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/Luzifer/ots go 1.23.0 -toolchain go1.25.5 +toolchain go1.25.6 replace github.com/Luzifer/ots/pkg/customization => ./pkg/customization diff --git a/pkg/client/go.mod b/pkg/client/go.mod index 2c3e3c1..cc83e70 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.5 +toolchain go1.25.6 replace github.com/Luzifer/ots/pkg/customization => ../customization diff --git a/pkg/customization/go.mod b/pkg/customization/go.mod index 62d581b..e41930c 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.5 +toolchain go1.25.6 require ( github.com/pkg/errors v0.9.1