From 498a64cc0e910cca03ca24af00407b5b3b8cf6e8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 29 May 2026 23:11:29 +0200 Subject: [PATCH] Update module github.com/go-swagger/go-swagger/cmd/swagger to v0.34.0 (forgejo) (#12803) Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12803 Reviewed-by: Gusted --- Makefile | 2 +- templates/swagger/v1_json.tmpl | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index 5d6d589b44..268a9ef62a 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ EDITORCONFIG_CHECKER_PACKAGE ?= github.com/editorconfig-checker/editorconfig-che GOFUMPT_PACKAGE ?= mvdan.cc/gofumpt@v0.9.2 # renovate: datasource=go GOLANGCI_LINT_PACKAGE ?= github.com/golangci/golangci-lint/v2/cmd/golangci-lint@v2.11.4 # renovate: datasource=go GXZ_PACKAGE ?= github.com/ulikunitz/xz/cmd/gxz@v0.5.15 # renovate: datasource=go -SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/swagger@v0.33.2 # renovate: datasource=go +SWAGGER_PACKAGE ?= github.com/go-swagger/go-swagger/cmd/swagger@v0.34.0 # renovate: datasource=go XGO_PACKAGE ?= src.techknowlogick.com/xgo@latest GO_LICENSES_PACKAGE ?= github.com/google/go-licenses/v2@v2.0.1 # renovate: datasource=go GOVULNCHECK_PACKAGE ?= golang.org/x/vuln/cmd/govulncheck@v1 # renovate: datasource=go diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 47d280cbde..9b2ab51ddf 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -27643,19 +27643,19 @@ "type": "object", "properties": { "Context": { - "description": "Context to render\n\nin: body", + "description": "Context to render", "type": "string" }, "Mode": { - "description": "Mode to render (comment, gfm, markdown)\n\nin: body", + "description": "Mode to render (comment, gfm, markdown)", "type": "string" }, "Text": { - "description": "Text markdown to render\n\nin: body", + "description": "Text markdown to render", "type": "string" }, "Wiki": { - "description": "Is it a wiki page ?\n\nin: body", + "description": "Is it a wiki page ?", "type": "boolean" } }, @@ -27666,27 +27666,27 @@ "type": "object", "properties": { "BranchPath": { - "description": "The current branch path where the form gets posted\n\nin: body", + "description": "The current branch path where the form gets posted", "type": "string" }, "Context": { - "description": "Context to render\n\nin: body", + "description": "Context to render", "type": "string" }, "FilePath": { - "description": "File path for detecting extension in file mode\n\nin: body", + "description": "File path for detecting extension in file mode", "type": "string" }, "Mode": { - "description": "Mode to render (comment, gfm, markdown, file)\n\nin: body", + "description": "Mode to render (comment, gfm, markdown, file)", "type": "string" }, "Text": { - "description": "Text markup to render\n\nin: body", + "description": "Text markup to render", "type": "string" }, "Wiki": { - "description": "Is it a wiki page ?\n\nin: body", + "description": "Is it a wiki page ?", "type": "boolean" } },