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 <virgil@lethean.io>
This commit is contained in:
parent
4bdbb68f46
commit
de35a7ab16
1 changed files with 1 additions and 1 deletions
2
go.mod
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue