mirror of
https://github.com/dragonheim/gagent.git
synced 2025-05-24 07:46:47 -07:00
Upgraded Go and some of the vendor modules.
This commit is contained in:
parent
d5ac24bb26
commit
42623f63c6
5 changed files with 178 additions and 9 deletions
|
@ -7,10 +7,10 @@ import (
|
|||
os "os"
|
||||
sync "sync"
|
||||
|
||||
fqdn "github.com/Showmax/go-fqdn"
|
||||
|
||||
autorestart "github.com/slayer/autorestart"
|
||||
|
||||
fqdn "github.com/Showmax/go-fqdn"
|
||||
|
||||
gstructs "git.dragonheim.net/dragonheim/gagent/internal/gstructs"
|
||||
|
||||
gc "git.dragonheim.net/dragonheim/gagent/internal/client"
|
||||
|
@ -30,7 +30,7 @@ import (
|
|||
)
|
||||
|
||||
var (
|
||||
semVER = "0.0.4"
|
||||
semVER = "0.0.5"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -77,6 +77,8 @@ func main() {
|
|||
os.Exit(7)
|
||||
}
|
||||
|
||||
// cs.Client.ConsulRegister("gagent-router", config.RouterPort)
|
||||
|
||||
wg.Add(1)
|
||||
go gr.Main(&wg, config)
|
||||
|
||||
|
@ -88,6 +90,8 @@ func main() {
|
|||
os.Exit(6)
|
||||
}
|
||||
|
||||
// cs.Client.ConsulRegister("gagent-worker", config.WorkerPort)
|
||||
|
||||
wg.Add(1)
|
||||
go gw.Main(&wg, config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue