fix: correct config module version to v0.1.0
Some checks failed
Security Scan / security (push) Failing after 9s
Test / test (push) Failing after 1m26s

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:45 +00:00
parent 4bdbb68f46
commit de35a7ab16

2
go.mod
View file

@ -4,7 +4,7 @@ go 1.26.0
require (
forge.lthn.ai/core/go v0.2.2
forge.lthn.ai/core/config v0.1.2
forge.lthn.ai/core/config v0.1.0
forge.lthn.ai/core/go-webview v0.1.2
github.com/gorilla/websocket v1.5.3
github.com/leaanthony/u v1.1.1