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
a8774cf0ae
commit
1078cf136b
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -3,12 +3,12 @@ module forge.lthn.ai/core/go-html
|
|||
go 1.25.5
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go-i18n main
|
||||
forge.lthn.ai/core/go-i18n v0.0.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
)
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go-inference main // indirect
|
||||
forge.lthn.ai/core/go-inference v0.0.1 // indirect
|
||||
github.com/davecgh/go-spew v1.1.1 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.0 // indirect
|
||||
golang.org/x/text v0.33.0 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue