agent/ becomes the repository root, so the module is gitea.hostxtra.co.uk/vantage/vantage-agent, and installer/ comes with it. Releases move to this repository, and internal/sync's self-update URLs move with them. Agents built before this point have the old mrhid6/vantage path compiled in and will fail the push-button update; re-running the server-generated /update one-liner on each host moves them onto a build that knows the new address.
18 lines
435 B
AMPL
18 lines
435 B
AMPL
module gitea.hostxtra.co.uk/vantage/vantage-agent
|
|
|
|
go 1.26
|
|
|
|
require (
|
|
golang.org/x/sys v0.47.0
|
|
google.golang.org/grpc v1.64.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|
|
|
|
require (
|
|
gitea.hostxtra.co.uk/vantage/vantage-shared v0.1.0
|
|
golang.org/x/net v0.56.0 // indirect
|
|
golang.org/x/text v0.40.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20240521202816-d264139d666e // indirect
|
|
google.golang.org/protobuf v1.34.1 // indirect
|
|
)
|