Minor change to standardize third-part dependency usage.

This commit is contained in:
James Wells 2021-05-23 08:42:29 -07:00
parent be82ec83fd
commit 0266d9ee8a
Signed by: jwells
GPG key ID: 73196D10B8E65666
3 changed files with 5 additions and 3 deletions

View file

@ -14,10 +14,10 @@ import (
docopt "github.com/aviddiviner/docopt-go"
hclsimple "github.com/hashicorp/hcl/v2/hclsimple"
"github.com/hashicorp/hcl/v2/hclwrite"
"github.com/hashicorp/logutils"
hclwrite "github.com/hashicorp/hcl/v2/hclwrite"
logutils "github.com/hashicorp/logutils"
uuid "github.com/nu7hatch/gouuid"
"github.com/zclconf/go-cty/cty"
cty "github.com/zclconf/go-cty/cty"
)
const VERSION = "0.0.1"

View file

@ -7,6 +7,7 @@ import (
"time"
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
zmq "github.com/pebbe/zmq4"
)

View file

@ -5,6 +5,7 @@ import (
"log"
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
// picol "git.dragonheim.net/dragonheim/gagent/src/picol"
zmq "github.com/pebbe/zmq4"
)