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
6efbd9055a
commit
c87d27677d
1 changed files with 4 additions and 4 deletions
8
go.mod
8
go.mod
|
|
@ -4,15 +4,15 @@ go 1.25.5
|
|||
|
||||
require (
|
||||
codeberg.org/mvdkleijn/forgejo-sdk/forgejo/v2 v2.2.0
|
||||
forge.lthn.ai/core/go main
|
||||
forge.lthn.ai/core/go-agentic main
|
||||
forge.lthn.ai/core/go-scm main
|
||||
forge.lthn.ai/core/go v0.0.1
|
||||
forge.lthn.ai/core/go-agentic v0.0.1
|
||||
forge.lthn.ai/core/go-scm v0.0.1
|
||||
github.com/mark3labs/mcp-go v0.43.2
|
||||
github.com/stretchr/testify v1.11.1
|
||||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go-store main // indirect
|
||||
forge.lthn.ai/core/go-store v0.1.0 // indirect
|
||||
github.com/42wim/httpsig v1.2.3 // indirect
|
||||
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
|
||||
github.com/bahlo/generic-list-go v0.2.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue