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
7d1d5ce2df
commit
6fd2ea783f
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue