fix: Forgot to update the include source locations.

This commit is contained in:
James Wells 2021-09-24 10:37:32 -07:00
parent a7747040ce
commit e61e6d2994
Signed by: jwells
GPG key ID: 73196D10B8E65666
4 changed files with 8 additions and 8 deletions

View file

@ -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 {

View file

@ -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"
) )

View file

@ -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"
) )

View file

@ -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"