fix: correct config module version to v0.1.0
Some checks failed
Security Scan / security (push) Successful in 10s
Test / test (push) Failing after 52s

The go-config v0.1.2 was renamed to config but tagged as v0.1.0.

Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
Snider 2026-03-14 10:29:46 +00:00
parent 7d1d5ce2df
commit 6fd2ea783f

2
go.mod
View file

@ -5,7 +5,7 @@ go 1.26.0
require (
forge.lthn.ai/core/go v0.2.2
forge.lthn.ai/core/api v0.1.0
forge.lthn.ai/core/config v0.1.2
forge.lthn.ai/core/config v0.1.0
forge.lthn.ai/core/go-process v0.1.0
forge.lthn.ai/core/go-ws v0.1.3
forge.lthn.ai/core/gui v0.0.0