1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-06-28 04:25:11 +00:00

Fix go.mod

This commit is contained in:
2025-06-13 13:01:30 +02:00
parent afbc73fffb
commit 36e75fb4bd
3 changed files with 5 additions and 9 deletions

5
fmp/go.mod Normal file
View File

@ -0,0 +1,5 @@
module github.com/garraflavatra/go-fmp/fmp
go 1.23.0
toolchain go1.23.10

7
go.mod
View File

@ -1,7 +0,0 @@
module github.com/garraflavatra/go-fmp
go 1.23.0
toolchain go1.23.10
require golang.org/x/text v0.26.0

2
go.sum
View File

@ -1,2 +0,0 @@
golang.org/x/text v0.26.0 h1:P42AVeLghgTYr4+xUnTRKDMqpar+PtX7KWuNQL21L8M=
golang.org/x/text v0.26.0/go.mod h1:QK15LZJUUQVJxhz7wXgxSy/CJaTFjd0G+YLonydOVQA=