chore(deps): update dependency go to v1.24.6

This commit is contained in:
Renovate Bot 2025-08-06 18:39:47 +00:00
parent d07786bebf
commit 47928af554
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@ module translate
go 1.23.0
toolchain go1.24.5
toolchain go1.24.6
require (
github.com/Luzifer/go_helpers/v2 v2.25.0

View file

@ -2,7 +2,7 @@ module github.com/Luzifer/ots/cmd/ots-cli
go 1.23.0
toolchain go1.24.5
toolchain go1.24.6
replace (
github.com/Luzifer/ots/pkg/client => ../../pkg/client

2
go.mod
View file

@ -2,7 +2,7 @@ module github.com/Luzifer/ots
go 1.23.0
toolchain go1.24.5
toolchain go1.24.6
replace github.com/Luzifer/ots/pkg/customization => ./pkg/customization

View file

@ -2,7 +2,7 @@ module github.com/Luzifer/ots/pkg/client
go 1.23.0
toolchain go1.24.5
toolchain go1.24.6
replace github.com/Luzifer/ots/pkg/customization => ../customization

View file

@ -2,7 +2,7 @@ module github.com/Luzifer/ots/pkg/customization
go 1.23.0
toolchain go1.24.5
toolchain go1.24.6
require (
github.com/pkg/errors v0.9.1