From 4ece9cd9d57c32cf593d445bed51883fb813a749 Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 11 Jul 2025 14:08:21 -0600 Subject: chore: update modules --- vendor/github.com/docker/docker/api/swagger.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vendor/github.com') diff --git a/vendor/github.com/docker/docker/api/swagger.yaml b/vendor/github.com/docker/docker/api/swagger.yaml index 8d6a8f9..3880635 100644 --- a/vendor/github.com/docker/docker/api/swagger.yaml +++ b/vendor/github.com/docker/docker/api/swagger.yaml @@ -2913,7 +2913,8 @@ definitions: be used. If multiple endpoints have the same priority, endpoints are lexicographically sorted based on their network name, and the one that sorts first is picked. - type: "number" + type: "integer" + format: "int64" example: - 10 -- cgit v1.2.3