mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-25 14:38:59 -07:00
Minor change to standardize third-part dependency usage.
This commit is contained in:
parent
be82ec83fd
commit
0266d9ee8a
3 changed files with 5 additions and 3 deletions
|
@ -14,10 +14,10 @@ import (
|
||||||
|
|
||||||
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"
|
||||||
"github.com/hashicorp/hcl/v2/hclwrite"
|
hclwrite "github.com/hashicorp/hcl/v2/hclwrite"
|
||||||
"github.com/hashicorp/logutils"
|
logutils "github.com/hashicorp/logutils"
|
||||||
uuid "github.com/nu7hatch/gouuid"
|
uuid "github.com/nu7hatch/gouuid"
|
||||||
"github.com/zclconf/go-cty/cty"
|
cty "github.com/zclconf/go-cty/cty"
|
||||||
)
|
)
|
||||||
|
|
||||||
const VERSION = "0.0.1"
|
const VERSION = "0.0.1"
|
||||||
|
|
|
@ -7,6 +7,7 @@ import (
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
||||||
|
|
||||||
zmq "github.com/pebbe/zmq4"
|
zmq "github.com/pebbe/zmq4"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -5,6 +5,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
|
|
||||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
gs "git.dragonheim.net/dragonheim/gagent/src/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
Add a link
Reference in a new issue