diff --git a/go.mod b/go.mod index 59da3896..88fe1c04 100644 --- a/go.mod +++ b/go.mod @@ -6,9 +6,9 @@ require ( github.com/gophercloud/gophercloud v1.11.0 github.com/gophercloud/utils v0.0.0-20231010081019-80377eca5d56 github.com/olekukonko/tablewriter v0.0.5 - github.com/sapcc/go-api-declarations v1.10.11 - github.com/sapcc/go-bits v0.0.0-20240411125018-95b87ec589ac - github.com/sapcc/gophercloud-sapcc v0.0.0-20240411125438-ff745973c150 + github.com/sapcc/go-api-declarations v1.10.12 + github.com/sapcc/go-bits v0.0.0-20240418035538-c509bd89fb1a + github.com/sapcc/gophercloud-sapcc v0.0.0-20240418091604-612364ab440e github.com/spf13/cobra v1.8.0 ) diff --git a/go.sum b/go.sum index 0ae2d6a5..d6ca531a 100644 --- a/go.sum +++ b/go.sum @@ -15,12 +15,12 @@ github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrk github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/sapcc/go-api-declarations v1.10.11 h1:fxPTNfsriHX/a/eZo/9ugrGyS3oxh5z0xOTJkGmGUlQ= -github.com/sapcc/go-api-declarations v1.10.11/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= -github.com/sapcc/go-bits v0.0.0-20240411125018-95b87ec589ac h1:Dh+Op03VoITpfCIdVE7+yWqryvkyVN5DC8gPQi5QSLs= -github.com/sapcc/go-bits v0.0.0-20240411125018-95b87ec589ac/go.mod h1:7ejtcgmK6MNAVVCeUUC0R8E8Y5ltDB7/vpSrok291DY= -github.com/sapcc/gophercloud-sapcc v0.0.0-20240411125438-ff745973c150 h1:76aJiFGvmTJ9xJ6cTLcwoAaWX/htuqiUjytyHUITVi4= -github.com/sapcc/gophercloud-sapcc v0.0.0-20240411125438-ff745973c150/go.mod h1:KqnLMm1upLrGJM4wPNP4H7gDb084wA8GDXeI8OnoRGc= +github.com/sapcc/go-api-declarations v1.10.12 h1:F6FIoXE8bZUqKUM8azdGa4j5CpVZI8OF/qL5N5QMDJg= +github.com/sapcc/go-api-declarations v1.10.12/go.mod h1:83R3hTANhuRXt/pXDby37IJetw8l7DG41s33Tp9NXxI= +github.com/sapcc/go-bits v0.0.0-20240418035538-c509bd89fb1a h1:RUbenVu0nFAWB4+CCid3Ot8AmUpr8Evj4adsInNv53s= +github.com/sapcc/go-bits v0.0.0-20240418035538-c509bd89fb1a/go.mod h1:S1TKBMocQOBIZJUTJiLpNqXLB+G1A5OdTFiPpWaX4L4= +github.com/sapcc/gophercloud-sapcc v0.0.0-20240418091604-612364ab440e h1:Z2Ge425CmuKb2HvI/NydrNYq9Jajxx+jOtunFE6/pnc= +github.com/sapcc/gophercloud-sapcc v0.0.0-20240418091604-612364ab440e/go.mod h1:TeTa5uUGOxMl9llkggTDTkcb3sY0CgHgSBzXpsNMJso= github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8= github.com/sergi/go-diff v1.3.1/go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I= github.com/spf13/cobra v1.8.0 h1:7aJaZx1B85qltLMc546zn58BxxfZdR/W22ej9CFoEf0= diff --git a/vendor/github.com/sapcc/go-api-declarations/limes/resources/report_project.go b/vendor/github.com/sapcc/go-api-declarations/limes/resources/report_project.go index 6b3d19ff..5dfb27fb 100644 --- a/vendor/github.com/sapcc/go-api-declarations/limes/resources/report_project.go +++ b/vendor/github.com/sapcc/go-api-declarations/limes/resources/report_project.go @@ -59,6 +59,7 @@ type ProjectResourceReport struct { PerAZ ProjectAZResourceReports `json:"per_az,omitempty"` Quota *uint64 `json:"quota,omitempty"` UsableQuota *uint64 `json:"usable_quota,omitempty"` + MaxQuota *uint64 `json:"max_quota,omitempty"` // refers to max_quota constraint maintained via API Usage uint64 `json:"usage"` BurstUsage uint64 `json:"burst_usage,omitempty"` PhysicalUsage *uint64 `json:"physical_usage,omitempty"` diff --git a/vendor/modules.txt b/vendor/modules.txt index a0460d46..5818d897 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -34,19 +34,19 @@ github.com/mitchellh/go-homedir # github.com/olekukonko/tablewriter v0.0.5 ## explicit; go 1.12 github.com/olekukonko/tablewriter -# github.com/sapcc/go-api-declarations v1.10.11 +# github.com/sapcc/go-api-declarations v1.10.12 ## explicit; go 1.21 github.com/sapcc/go-api-declarations/bininfo github.com/sapcc/go-api-declarations/internal/marshal github.com/sapcc/go-api-declarations/limes github.com/sapcc/go-api-declarations/limes/rates github.com/sapcc/go-api-declarations/limes/resources -# github.com/sapcc/go-bits v0.0.0-20240411125018-95b87ec589ac +# github.com/sapcc/go-bits v0.0.0-20240418035538-c509bd89fb1a ## explicit; go 1.22 github.com/sapcc/go-bits/logg github.com/sapcc/go-bits/osext github.com/sapcc/go-bits/secrets -# github.com/sapcc/gophercloud-sapcc v0.0.0-20240411125438-ff745973c150 +# github.com/sapcc/gophercloud-sapcc v0.0.0-20240418091604-612364ab440e ## explicit; go 1.21 github.com/sapcc/gophercloud-sapcc/clients github.com/sapcc/gophercloud-sapcc/rates/v1/clusters