refactor(mod): Change module name

This commit is contained in:
Björn Benouarets
2025-11-12 22:32:39 +01:00
parent b8964d7763
commit 795675aa1d
4 changed files with 10 additions and 10 deletions

View File

@@ -5,8 +5,8 @@ import (
"net/http"
"time"
"wol-sol-agent/auth"
"wol-sol-agent/system"
"wolsol-agent/auth"
"wolsol-agent/system"
"git.secnex.io/secnex/masterlog"
)