mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 10:06:48 -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
|
@ -7,6 +7,7 @@ import (
|
|||
"time"
|
||||
|
||||
gs "git.dragonheim.net/dragonheim/gagent/src/gstructs"
|
||||
|
||||
zmq "github.com/pebbe/zmq4"
|
||||
)
|
||||
|
||||
|
|
|
@ -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"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue