mirror of
https://github.com/dragonheim/gagent.git
synced 2025-04-26 03:28:59 -07:00
fix: changed import source.
This commit is contained in:
parent
316ea1afa6
commit
77c9399942
14 changed files with 54 additions and 170 deletions
|
@ -6,13 +6,13 @@ import (
|
|||
|
||||
cty "github.com/zclconf/go-cty/cty"
|
||||
|
||||
gs "git.dragonheim.net/dragonheim/gagent/internal/gstructs"
|
||||
gs "github.com/dragonheim/gagent/internal/gstructs"
|
||||
|
||||
hclwrite "github.com/hashicorp/hcl/v2/hclwrite"
|
||||
)
|
||||
|
||||
/*
|
||||
Main is the entrypoint for the setup process
|
||||
Main is the entrypoint for the setup process
|
||||
*/
|
||||
func Main(wg *sync.WaitGroup, config gs.GagentConfig) {
|
||||
log.Printf("[INFO] Starting setup\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue