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:
parent
201007f7a0
commit
49db323e81
27 changed files with 75 additions and 75 deletions
|
@ -9,8 +9,8 @@ import (
|
|||
"strings"
|
||||
"sync"
|
||||
|
||||
"git.terah.dev/imterah/hermes/backendutil"
|
||||
"git.terah.dev/imterah/hermes/commonbackend"
|
||||
"git.terah.dev/imterah/hermes/backend/backendutil"
|
||||
"git.terah.dev/imterah/hermes/backend/commonbackend"
|
||||
"github.com/charmbracelet/log"
|
||||
"github.com/go-playground/validator/v10"
|
||||
"golang.org/x/crypto/ssh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue