From d16e0c13d6e14e467aab6edd95d1f9d6baa121bb Mon Sep 17 00:00:00 2001 From: Oleksandr Grytsov Date: Mon, 2 Sep 2024 12:35:27 +0300 Subject: [PATCH] [vendor] Update vendor Signed-off-by: Oleksandr Grytsov --- go.mod | 2 +- go.sum | 4 ++-- .../aosedge/aos_common/api/cloudprotocol/unitstatus.go | 2 +- vendor/modules.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/go.mod b/go.mod index 52c7d431..36cf94a3 100644 --- a/go.mod +++ b/go.mod @@ -8,7 +8,7 @@ replace github.com/anexia-it/fsquota => github.com/aosedge/fsquota v0.0.0-202311 require ( code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b - github.com/aosedge/aos_common v0.0.0-20240828112023-cf8d349b0d06 + github.com/aosedge/aos_common v0.0.0-20240902084419-53e429d5c68a github.com/apparentlymart/go-cidr v1.1.0 github.com/cavaliergopher/grab/v3 v3.0.1 github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf diff --git a/go.sum b/go.sum index 4679e4cc..3b16eabe 100644 --- a/go.sum +++ b/go.sum @@ -1,7 +1,7 @@ code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b h1:/2OEIBwZAaJ8n8iTXrM4v/+bdyLDTLwcW6RZtkO4+r0= code.cloudfoundry.org/bytefmt v0.0.0-20231017140541-3b893ed0421b/go.mod h1:CKNYSQxmKcMCNIKoRG5rRR4AIgJMIoK65ya+Z5xHnk4= -github.com/aosedge/aos_common v0.0.0-20240828112023-cf8d349b0d06 h1:yFPGmxShLaO+h2NToVmjRYk7oSirizq6a6QeGZ2wkww= -github.com/aosedge/aos_common v0.0.0-20240828112023-cf8d349b0d06/go.mod h1:CG/e1tQPMo2fvdwRHi+Cx5StpNURu7InTZSgyfmBVYM= +github.com/aosedge/aos_common v0.0.0-20240902084419-53e429d5c68a h1:vTyrUt3lGoPbiAAf+ckr2vreksbK4pGi/KmM9GNoUKI= +github.com/aosedge/aos_common v0.0.0-20240902084419-53e429d5c68a/go.mod h1:CG/e1tQPMo2fvdwRHi+Cx5StpNURu7InTZSgyfmBVYM= github.com/aosedge/crypto11 v1.0.3-0.20220217163524-ddd0ace39e6f h1:xL5hA9axQFHnoVVF/Q8CkKl9JiTvA7U72jRDltMBB9M= github.com/aosedge/crypto11 v1.0.3-0.20220217163524-ddd0ace39e6f/go.mod h1:ILDKtnCKiQ7zRoNxcp36Y1ZR8LBPmR2E23+wTQe/MlE= github.com/aosedge/fsquota v0.0.0-20231127111317-842d831105a7 h1:KR+SuYXJ9HigUaJdUwRlkDOOpkCrliFF3liBVKu2GKY= diff --git a/vendor/github.com/aosedge/aos_common/api/cloudprotocol/unitstatus.go b/vendor/github.com/aosedge/aos_common/api/cloudprotocol/unitstatus.go index da11fa08..ac7dd55f 100644 --- a/vendor/github.com/aosedge/aos_common/api/cloudprotocol/unitstatus.go +++ b/vendor/github.com/aosedge/aos_common/api/cloudprotocol/unitstatus.go @@ -120,7 +120,7 @@ type NodeInfo struct { NodeType string `json:"type"` Name string `json:"name"` Status string `json:"status"` - CPUs []CPUInfo `json:"cpus"` + CPUs []CPUInfo `json:"cpus,omitempty"` OSType string `json:"osType"` MaxDMIPs uint64 `json:"maxDmips"` TotalRAM uint64 `json:"totalRam"` diff --git a/vendor/modules.txt b/vendor/modules.txt index 1baa10b1..4b1517aa 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -7,7 +7,7 @@ github.com/ThalesIgnite/crypto11 # github.com/anexia-it/fsquota v0.0.0-00010101000000-000000000000 => github.com/aosedge/fsquota v0.0.0-20231127111317-842d831105a7 ## explicit; go 1.21 github.com/anexia-it/fsquota -# github.com/aosedge/aos_common v0.0.0-20240828112023-cf8d349b0d06 +# github.com/aosedge/aos_common v0.0.0-20240902084419-53e429d5c68a ## explicit; go 1.21 github.com/aosedge/aos_common/aoserrors github.com/aosedge/aos_common/aostypes