mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-04 11:42:39 -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"
|
"os"
|
||||||
"time"
|
"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"
|
gc "git.dragonheim.net/dragonheim/gagent/internal/client"
|
||||||
gr "git.dragonheim.net/dragonheim/gagent/src/router"
|
gr "git.dragonheim.net/dragonheim/gagent/internal/router"
|
||||||
gw "git.dragonheim.net/dragonheim/gagent/src/worker"
|
gw "git.dragonheim.net/dragonheim/gagent/internal/worker"
|
||||||
|
|
||||||
docopt "github.com/aviddiviner/docopt-go"
|
docopt "github.com/aviddiviner/docopt-go"
|
||||||
hclsimple "github.com/hashicorp/hcl/v2/hclsimple"
|
hclsimple "github.com/hashicorp/hcl/v2/hclsimple"
|
||||||
|
@ -21,7 +21,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
semVER = "0.0.2"
|
semVER = "0.0.2"
|
||||||
)
|
)
|
||||||
|
|
||||||
var exitCodes = struct {
|
var exitCodes = struct {
|
||||||
|
|
|
@ -6,7 +6,7 @@ import (
|
||||||
"sync"
|
"sync"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
gs "git.dragonheim.net/dragonheim/gagent/internal/gstructs"
|
||||||
|
|
||||||
zmq "github.com/pebbe/zmq4"
|
zmq "github.com/pebbe/zmq4"
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
gs "git.dragonheim.net/dragonheim/gagent/internal/gstructs"
|
||||||
|
|
||||||
zmq "github.com/pebbe/zmq4"
|
zmq "github.com/pebbe/zmq4"
|
||||||
)
|
)
|
||||||
|
|
|
@ -4,7 +4,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
gs "git.dragonheim.net/dragonheim/gagent/internal/gstructs"
|
||||||
|
|
||||||
// picol "git.dragonheim.net/dragonheim/gagent/src/picol"
|
// picol "git.dragonheim.net/dragonheim/gagent/src/picol"
|
||||||
zmq "github.com/pebbe/zmq4"
|
zmq "github.com/pebbe/zmq4"
|
||||||
|
|
Loading…
Add table
Reference in a new issue