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
49c218aa94
commit
f5e49280ac
1 changed files with 4 additions and 4 deletions
8
go.mod
8
go.mod
|
|
@ -3,9 +3,9 @@ module forge.lthn.ai/core/go-agentic
|
|||
go 1.25.5
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go main
|
||||
forge.lthn.ai/core/go-ai main
|
||||
forge.lthn.ai/core/go-store main
|
||||
forge.lthn.ai/core/go v0.0.1
|
||||
forge.lthn.ai/core/go-ai v0.0.1
|
||||
forge.lthn.ai/core/go-store v0.1.0
|
||||
github.com/redis/go-redis/v9 v9.18.0
|
||||
github.com/stretchr/testify v1.11.1
|
||||
gopkg.in/yaml.v3 v3.0.1
|
||||
|
|
@ -13,7 +13,7 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go-rag main // indirect
|
||||
forge.lthn.ai/core/go-rag v0.0.1 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
||||
github.com/buger/jsonparser v1.1.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue