From 39cf847787a39bcba4a3f25edf4eaf24a8222bc3 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 10 Oct 2025 23:47:07 +0200 Subject: [PATCH] api: regenerate with go-swagger v0.33.1 Signed-off-by: Sebastiaan van Stijn --- api/templates/schema.gotmpl | 2 +- api/templates/server/operation.gotmpl | 2 +- api/templates/structfield.gotmpl | 2 +- api/types/volume/volume.go | 2 +- vendor/github.com/moby/moby/api/types/volume/volume.go | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api/templates/schema.gotmpl b/api/templates/schema.gotmpl index ce8429ca31..190c1d51ba 100644 --- a/api/templates/schema.gotmpl +++ b/api/templates/schema.gotmpl @@ -3,7 +3,7 @@ and validation code, and contains a fix for CamelCase (IPv6 <--> IPV6). The orignal template can be found at: - https://github.com/go-swagger/go-swagger/blob/v0.32.3/generator/templates/schema.gotmpl + https://github.com/go-swagger/go-swagger/blob/v0.33.1/generator/templates/schema.gotmpl */}} {{- if and .IsBaseType .IsExported (not .IsSuperAlias) }} {{- template "schemaPolymorphic" . }} diff --git a/api/templates/server/operation.gotmpl b/api/templates/server/operation.gotmpl index ecb3d39791..2e33b77724 100644 --- a/api/templates/server/operation.gotmpl +++ b/api/templates/server/operation.gotmpl @@ -3,7 +3,7 @@ and only produces the API structs. The orignal template can be found at: - https://github.com/go-swagger/go-swagger/blob/v0.32.3/generator/templates/server/operation.gotmpl + https://github.com/go-swagger/go-swagger/blob/v0.33.1/generator/templates/server/operation.gotmpl */}} // Code generated by go-swagger; DO NOT EDIT. diff --git a/api/templates/structfield.gotmpl b/api/templates/structfield.gotmpl index 1d56c8dea4..c71ed5e650 100644 --- a/api/templates/structfield.gotmpl +++ b/api/templates/structfield.gotmpl @@ -3,7 +3,7 @@ CamelCase (IPv6 <--> IPV6) fields. The orignal template can be found at: - https://github.com/go-swagger/go-swagger/blob/v0.32.3/generator/templates/structfield.gotmpl + https://github.com/go-swagger/go-swagger/blob/v0.33.1/generator/templates/structfield.gotmpl */}} {{ define "structfield" }} {{- if not $.IsBaseType -}} diff --git a/api/types/volume/volume.go b/api/types/volume/volume.go index 7c199ed1e7..524ebfb8ac 100644 --- a/api/types/volume/volume.go +++ b/api/types/volume/volume.go @@ -59,7 +59,7 @@ type Volume struct { // does not support this feature. // // Example: {"hello":"world"} - Status map[string]interface{} `json:"Status,omitempty"` + Status map[string]any `json:"Status,omitempty"` // usage data UsageData *UsageData `json:"UsageData,omitempty"` diff --git a/vendor/github.com/moby/moby/api/types/volume/volume.go b/vendor/github.com/moby/moby/api/types/volume/volume.go index 7c199ed1e7..524ebfb8ac 100644 --- a/vendor/github.com/moby/moby/api/types/volume/volume.go +++ b/vendor/github.com/moby/moby/api/types/volume/volume.go @@ -59,7 +59,7 @@ type Volume struct { // does not support this feature. // // Example: {"hello":"world"} - Status map[string]interface{} `json:"Status,omitempty"` + Status map[string]any `json:"Status,omitempty"` // usage data UsageData *UsageData `json:"UsageData,omitempty"`