chore: pin forge deps to v0.0.1 tags for Go 1.26 compat
Go 1.26 rejects non-semver version strings (like 'main') in go.mod. Tags v0.0.1 now exist on all forge repos — workspace still overrides for local development. Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
926fb268f6
commit
86fc6a0138
1 changed files with 5 additions and 5 deletions
10
go.mod
10
go.mod
|
|
@ -3,11 +3,11 @@ module forge.lthn.ai/core/go-ml
|
|||
go 1.25.5
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go main
|
||||
forge.lthn.ai/core/go-api main
|
||||
forge.lthn.ai/core/go-i18n main
|
||||
forge.lthn.ai/core/go-inference main
|
||||
forge.lthn.ai/core/go-mlx main
|
||||
forge.lthn.ai/core/go v0.0.1
|
||||
forge.lthn.ai/core/go-api v0.0.1
|
||||
forge.lthn.ai/core/go-i18n v0.0.1
|
||||
forge.lthn.ai/core/go-inference v0.0.1
|
||||
forge.lthn.ai/core/go-mlx v0.0.1
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
github.com/marcboeker/go-duckdb v1.8.5
|
||||
github.com/parquet-go/parquet-go v0.27.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue