mirror of
https://github.com/Luzifer/ots.git
synced 2026-01-03 09:05:30 -05:00
Update dependency go to v1.24.3
This commit is contained in:
parent
0b700c5f1a
commit
d8930c57be
5 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@ module translate
|
|||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
toolchain go1.24.3
|
||||
|
||||
require (
|
||||
github.com/Luzifer/go_helpers/v2 v2.25.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ module github.com/Luzifer/ots/cmd/ots-cli
|
|||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
toolchain go1.24.3
|
||||
|
||||
replace (
|
||||
github.com/Luzifer/ots/pkg/client => ../../pkg/client
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -2,7 +2,7 @@ module github.com/Luzifer/ots
|
|||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
toolchain go1.24.3
|
||||
|
||||
replace github.com/Luzifer/ots/pkg/customization => ./pkg/customization
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ module github.com/Luzifer/ots/pkg/client
|
|||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
toolchain go1.24.3
|
||||
|
||||
replace github.com/Luzifer/ots/pkg/customization => ../customization
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ module github.com/Luzifer/ots/pkg/customization
|
|||
|
||||
go 1.23.0
|
||||
|
||||
toolchain go1.24.2
|
||||
toolchain go1.24.3
|
||||
|
||||
require (
|
||||
github.com/pkg/errors v0.9.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue