chore: Prepare for frontend support by moving the Go module files.

This moves the Go module files to the root of the project and fixes
all of the imports.
This commit is contained in:
Tera << 8 2024-12-28 15:37:32 -05:00
parent 201007f7a0
commit 49db323e81
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
27 changed files with 75 additions and 75 deletions

View file

@ -8,8 +8,8 @@ import (
"strings"
"time"
"git.terah.dev/imterah/hermes/backendlauncher"
"git.terah.dev/imterah/hermes/commonbackend"
"git.terah.dev/imterah/hermes/backend/backendlauncher"
"git.terah.dev/imterah/hermes/backend/commonbackend"
"github.com/charmbracelet/log"
"github.com/urfave/cli/v2"
)