chore: add missing go-i18n dependency via go mod tidy
Pre-existing issue: cmd/cmd_benchmark.go imports go-i18n/reversal but the dependency was absent from go.mod. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
7601614e07
commit
950b67d25d
2 changed files with 3 additions and 0 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.25.5
|
|||
require (
|
||||
forge.lthn.ai/core/go v0.0.0-20260221191103-d091fa62023f
|
||||
forge.lthn.ai/core/go-api v0.0.0-20260221015744-0d3479839dc5
|
||||
forge.lthn.ai/core/go-i18n v0.0.0-20260220151120-0d8463c8845a
|
||||
forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105
|
||||
forge.lthn.ai/core/go-mlx v0.0.0-20260221191404-2292557fd65f
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
|
|
|
|||
2
go.sum
2
go.sum
|
|
@ -4,6 +4,8 @@ forge.lthn.ai/core/go-api v0.0.0-20260221015744-0d3479839dc5 h1:60reee4fmT4USZqE
|
|||
forge.lthn.ai/core/go-api v0.0.0-20260221015744-0d3479839dc5/go.mod h1:f0hPLX+GZT/ME8Tb7c8wVDlfLqnpOKRwf2k5lpJq87g=
|
||||
forge.lthn.ai/core/go-crypt v0.0.0-20260221190941-9585da8e6649 h1:Rs3bfSU8u1wkzYeL21asL7IcJIBVwOhtRidcEVj/PkA=
|
||||
forge.lthn.ai/core/go-crypt v0.0.0-20260221190941-9585da8e6649/go.mod h1:RS+sz5lChrbc1AEmzzOULsTiMv3bwcwVtwbZi+c/Yjk=
|
||||
forge.lthn.ai/core/go-i18n v0.0.0-20260220151120-0d8463c8845a h1:c11jsFkOHVwnw2TS0hWsyFe0H9me6SWzFnLWo0kBTbM=
|
||||
forge.lthn.ai/core/go-i18n v0.0.0-20260220151120-0d8463c8845a/go.mod h1:/Iu9h43T/5LrZcqXtNBZUw9ICur+nzbnI1IRVK628A8=
|
||||
forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105 h1:CVUVxp1BfUI8wmlEUW0Nay8w4hADR54nqBmeF+KK2Ac=
|
||||
forge.lthn.ai/core/go-inference v0.0.0-20260220151119-1576f744d105/go.mod h1:hmLtynfw1yo0ByuX3pslLZMgCdqJH2r+2+wGJDhmmi0=
|
||||
forge.lthn.ai/core/go-mlx v0.0.0-20260221191404-2292557fd65f h1:dlb6hFFhxfnJvD1ZYoQVsxD9NM4CV+sXkjHa6kBGzeE=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue