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
e2283dc076
commit
f4eaab401d
1 changed files with 2 additions and 2 deletions
4
go.mod
4
go.mod
|
|
@ -3,8 +3,8 @@ module forge.lthn.ai/core/go-crypt
|
|||
go 1.25.5
|
||||
|
||||
require (
|
||||
forge.lthn.ai/core/go main
|
||||
forge.lthn.ai/core/go-store main
|
||||
forge.lthn.ai/core/go v0.0.1
|
||||
forge.lthn.ai/core/go-store v0.1.0
|
||||
github.com/ProtonMail/go-crypto v1.3.0
|
||||
github.com/spf13/cobra v1.10.2
|
||||
github.com/stretchr/testify v1.11.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue