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
ad865ab3b9
commit
b2b4982e3c
1 changed files with 6 additions and 6 deletions
12
go.mod
12
go.mod
|
|
@ -3,11 +3,11 @@ module forge.lthn.ai/core/go-ai
|
|||
go 1.25.5
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go main
|
||||
forge.lthn.ai/core/go-api main
|
||||
forge.lthn.ai/core/go-inference main
|
||||
forge.lthn.ai/core/go-ml main
|
||||
forge.lthn.ai/core/go-rag main
|
||||
forge.lthn.ai/core/go v0.0.1
|
||||
forge.lthn.ai/core/go-api v0.0.1
|
||||
forge.lthn.ai/core/go-inference v0.0.1
|
||||
forge.lthn.ai/core/go-ml v0.0.1
|
||||
forge.lthn.ai/core/go-rag v0.0.1
|
||||
github.com/gin-gonic/gin v1.11.0
|
||||
github.com/gorilla/websocket v1.5.3
|
||||
github.com/modelcontextprotocol/go-sdk v1.3.0
|
||||
|
|
@ -15,7 +15,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go-mlx main // indirect
|
||||
forge.lthn.ai/core/go-mlx v0.0.1 // indirect
|
||||
github.com/99designs/gqlgen v0.17.87 // indirect
|
||||
github.com/KyleBanks/depth v1.2.1 // indirect
|
||||
github.com/PuerkitoBio/purell v1.1.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue