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:
Snider 2026-02-22 20:15:05 +00:00
parent b94bee067e
commit deab5f23ea

2
go.mod
View file

@ -3,7 +3,7 @@ module forge.lthn.ai/core/go-api
go 1.25.5
require (
forge.lthn.ai/core/go main
forge.lthn.ai/core/go v0.0.1
github.com/99designs/gqlgen v0.17.87
github.com/andybalholm/brotli v1.2.0
github.com/casbin/casbin/v2 v2.135.0