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
5ddc952481
commit
eeec313037
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -5,7 +5,7 @@ go 1.25.5
|
|||
require (
|
||||
code.gitea.io/sdk/gitea v0.23.2
|
||||
codeberg.org/mvdkleijn/forgejo-sdk/forgejo/v2 v2.2.0
|
||||
forge.lthn.ai/core/go main
|
||||
forge.lthn.ai/core/go v0.0.1
|
||||
github.com/stretchr/testify v1.11.1
|
||||
golang.org/x/net v0.50.0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue