Files
vantage-agent/go.mod
T
mrhid6 f552006318
Agent Release / build (push) Successful in 3m36s
Agent Release / msi (push) Successful in 2m30s
feat: flag Ubuntu phased updates and leave them out of pending counts
apt lists phased updates as upgradable, but an upgrade defers them until the
host is selected. A simulated upgrade names them; they are reported with the
phased flag (vantage-shared v0.6.0) and not counted in pending_after.
2026-09-15 14:55:33 +00:00

18 lines
438 B
AMPL

module gitea.hostxtra.co.uk/vantage/vantage-agent
go 1.26.0
require (
golang.org/x/sys v0.48.0
google.golang.org/grpc v1.83.2
gopkg.in/yaml.v3 v3.0.1
)
require (
gitea.hostxtra.co.uk/vantage/vantage-shared v0.6.0
golang.org/x/net v0.58.0 // indirect
golang.org/x/text v0.41.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20260908043556-f8649ddbbfe6 // indirect
google.golang.org/protobuf v1.36.12 // indirect
)