apt lists phased updates as upgradable while an upgrade defers them until Ubuntu selects the host, so a freshly patched server kept reporting pending updates. The agent now flags them; the server stores the flag and leaves them out of patch run counts, and the server page shows them in their own section.
87 lines
3.6 KiB
AMPL
87 lines
3.6 KiB
AMPL
module gitea.hostxtra.co.uk/mrhid6/vantage/server
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
github.com/aquasecurity/trivy-db v0.0.0-20260813095258-0e0340a01b57
|
|
github.com/coreos/go-oidc/v3 v3.21.0
|
|
github.com/gin-gonic/gin v1.12.0
|
|
github.com/google/uuid v1.6.0
|
|
github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f
|
|
github.com/knqyf263/go-deb-version v0.0.0-20241115132648-6f4aee6ccd23
|
|
github.com/knqyf263/go-rpm-version v0.0.0-20260811110310-1815e1f1b790
|
|
github.com/modelcontextprotocol/go-sdk v1.7.0
|
|
github.com/opencontainers/image-spec v1.1.1
|
|
github.com/redis/go-redis/v9 v9.22.0
|
|
github.com/robfig/cron/v3 v3.0.1
|
|
github.com/wwt/guac v1.3.2
|
|
go.mongodb.org/mongo-driver/v2 v2.9.0
|
|
golang.org/x/crypto v0.57.0
|
|
golang.org/x/oauth2 v0.37.0
|
|
google.golang.org/grpc v1.83.2
|
|
oras.land/oras-go/v2 v2.6.2
|
|
)
|
|
|
|
require (
|
|
github.com/bytedance/gopkg v0.1.4 // indirect
|
|
github.com/goccy/go-yaml v1.19.2 // indirect
|
|
github.com/google/jsonschema-go v0.4.3 // indirect
|
|
github.com/hyperboloide/lk v0.0.0-20251220053519-b291812e3216 // indirect
|
|
github.com/oklog/ulid/v2 v2.1.2 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/quic-go/qpack v0.6.0 // indirect
|
|
github.com/quic-go/quic-go v0.62.0 // indirect
|
|
github.com/samber/lo v1.53.0 // indirect
|
|
github.com/samber/oops v1.23.1 // indirect
|
|
github.com/segmentio/asm v1.2.1 // indirect
|
|
github.com/segmentio/encoding v0.5.4 // indirect
|
|
github.com/stretchr/objx v0.5.3 // indirect
|
|
github.com/stretchr/testify v1.12.1 // indirect
|
|
github.com/yosida95/uritemplate/v3 v3.0.2 // indirect
|
|
github.com/yuin/goldmark v1.8.6 // indirect
|
|
go.etcd.io/bbolt v1.5.0 // indirect
|
|
go.opentelemetry.io/otel v1.46.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.46.0 // indirect
|
|
go.yaml.in/yaml/v3 v3.0.5 // indirect
|
|
golang.org/x/time v0.16.0 // indirect
|
|
)
|
|
|
|
require (
|
|
gitea.hostxtra.co.uk/vantage/vantage-shared v0.6.0
|
|
github.com/bytedance/sonic v1.15.3 // indirect
|
|
github.com/bytedance/sonic/loader v0.5.2 // indirect
|
|
github.com/cespare/xxhash/v2 v2.3.0 // indirect
|
|
github.com/cloudwego/base64x v0.1.7 // indirect
|
|
github.com/gabriel-vasile/mimetype v1.4.15 // indirect
|
|
github.com/gin-contrib/sse v1.1.2 // indirect
|
|
github.com/go-jose/go-jose/v4 v4.1.5 // indirect
|
|
github.com/go-playground/locales v0.14.1 // indirect
|
|
github.com/go-playground/universal-translator v0.18.1 // indirect
|
|
github.com/go-playground/validator/v10 v10.30.4 // indirect
|
|
github.com/goccy/go-json v0.10.6 // indirect
|
|
github.com/gorilla/websocket v1.5.3 // indirect
|
|
github.com/json-iterator/go v1.1.12 // indirect
|
|
github.com/klauspost/compress v1.20.0 // indirect
|
|
github.com/klauspost/cpuid/v2 v2.4.0 // indirect
|
|
github.com/leodido/go-urn v1.5.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.24 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.2 // indirect
|
|
github.com/pelletier/go-toml/v2 v2.4.3 // indirect
|
|
github.com/sirupsen/logrus v1.10.2 // indirect
|
|
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
|
|
github.com/ugorji/go/codec v1.3.2 // indirect
|
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect
|
|
github.com/xdg-go/scram v1.2.0 // indirect
|
|
github.com/xdg-go/stringprep v1.0.4 // indirect
|
|
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/arch v0.31.0 // indirect
|
|
golang.org/x/net v0.59.0 // indirect
|
|
golang.org/x/sync v0.23.0 // indirect
|
|
golang.org/x/sys v0.48.0 // indirect
|
|
golang.org/x/text v0.42.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20260908043556-f8649ddbbfe6 // indirect
|
|
google.golang.org/protobuf v1.36.12 // indirect
|
|
)
|