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 <gusted@noreply.codeberg.org>
This commit is contained in:
Renovate Bot 2026-05-29 23:11:29 +02:00 committed by Gusted
commit 498a64cc0e
2 changed files with 11 additions and 11 deletions

View file

@ -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

View file

@ -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"
}
},