From de35a7ab16e4694272b47a7e3ded782ca0193f26 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 14 Mar 2026 10:29:45 +0000 Subject: [PATCH] fix: correct config module version to v0.1.0 The go-config v0.1.2 was renamed to config but tagged as v0.1.0. Co-Authored-By: Virgil --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index bcc17d0..94b1deb 100644 --- a/go.mod +++ b/go.mod @@ -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