mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 13:26:48 -07:00
fix: Forgot to update the include source locations.
This commit is contained in:
parent
a7747040ce
commit
e61e6d2994
4 changed files with 8 additions and 8 deletions
|
@ -6,11 +6,11 @@ import (
|
|||
"os"
|
||||
"time"
|
||||
|
||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
||||
gs "git.dragonheim.net/dragonheim/gagent/internal/gstructs"
|
||||
|
||||
gc "git.dragonheim.net/dragonheim/gagent/src/client"
|
||||
gr "git.dragonheim.net/dragonheim/gagent/src/router"
|
||||
gw "git.dragonheim.net/dragonheim/gagent/src/worker"
|
||||
gc "git.dragonheim.net/dragonheim/gagent/internal/client"
|
||||
gr "git.dragonheim.net/dragonheim/gagent/internal/router"
|
||||
gw "git.dragonheim.net/dragonheim/gagent/internal/worker"
|
||||
|
||||
docopt "github.com/aviddiviner/docopt-go"
|
||||
hclsimple "github.com/hashicorp/hcl/v2/hclsimple"
|
||||
|
@ -21,7 +21,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
semVER = "0.0.2"
|
||||
semVER = "0.0.2"
|
||||
)
|
||||
|
||||
var exitCodes = struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue