mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-03-17 20:47:50 +02:00
chore: update schema
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
This commit is contained in:
parent
b4dbf6b64b
commit
7d7e02b739
4
go.sum
4
go.sum
@ -723,6 +723,8 @@ github.com/caarlos0/go-shellwords v1.0.12 h1:HWrUnu6lGbWfrDcFiHcZiwOLzHWjjrPVehU
|
||||
github.com/caarlos0/go-shellwords v1.0.12/go.mod h1:bYeeX1GrTLPl5cAMYEzdm272qdsQAZiaHgeF0KTk1Gw=
|
||||
github.com/caarlos0/go-version v0.1.1 h1:1bikKHkGGVIIxqCmufhSSs3hpBScgHGacrvsi8FuIfc=
|
||||
github.com/caarlos0/go-version v0.1.1/go.mod h1:Ze5Qx4TsBBi5FyrSKVg1Ibc44KGV/llAaKGp86oTwZ0=
|
||||
github.com/caarlos0/jsonschema v0.0.0-20230614035932-131eafc78732 h1:Fmq8/UTqYiNUASO1gVazutjSAx+hfEb4OmovbrYpyM0=
|
||||
github.com/caarlos0/jsonschema v0.0.0-20230614035932-131eafc78732/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
|
||||
github.com/caarlos0/log v0.4.1 h1:99+ocwxvbvQPK/effsNa4Di8MA0Xt7gBQK3vY20xG18=
|
||||
github.com/caarlos0/log v0.4.1/go.mod h1:Uv+r6RfrgaRmW/xoarK1S9csv+BQgS7fZbcKYXn8ggo=
|
||||
github.com/caarlos0/sshmarshal v0.1.0 h1:zTCZrDORFfWh526Tsb7vCm3+Yg/SfW/Ub8aQDeosk0I=
|
||||
@ -1502,8 +1504,6 @@ github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2
|
||||
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
|
||||
github.com/influxdata/influxdb1-client v0.0.0-20200827194710-b269163b24ab/go.mod h1:qj24IKcXYK6Iy9ceXlo3Tc+vtHo9lIhSX5JddghvEPo=
|
||||
github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ=
|
||||
github.com/invopop/jsonschema v0.7.0 h1:2vgQcBz1n256N+FpX3Jq7Y17AjYt46Ig3zIWyy770So=
|
||||
github.com/invopop/jsonschema v0.7.0/go.mod h1:O9uiLokuu0+MGFlyiaqtWxwqJm41/+8Nj0lD7A36YH0=
|
||||
github.com/ionos-cloud/sdk-go/v6 v6.1.3/go.mod h1:Ox3W0iiEz0GHnfY9e5LmAxwklsxguuNFEUSu0gVRTME=
|
||||
github.com/j-keck/arping v0.0.0-20160618110441-2cf9dc699c56/go.mod h1:ymszkNOg6tORTn+6F6j+Jc8TOr5osrynvN6ivFWZ2GA=
|
||||
github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw=
|
||||
|
24
www/docs/static/schema-pro.json
generated
vendored
24
www/docs/static/schema-pro.json
generated
vendored
@ -226,7 +226,8 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"description": "you can now remove this"
|
||||
"description": "you can now remove this",
|
||||
"deprecated": true
|
||||
},
|
||||
"files": {
|
||||
"items": {
|
||||
@ -1245,7 +1246,8 @@
|
||||
},
|
||||
"tap": {
|
||||
"$ref": "#/$defs/RepoRef",
|
||||
"description": "use repository instead"
|
||||
"description": "use repository instead",
|
||||
"deprecated": true
|
||||
},
|
||||
"repository": {
|
||||
"$ref": "#/$defs/RepoRef"
|
||||
@ -1264,7 +1266,8 @@
|
||||
},
|
||||
"plist": {
|
||||
"type": "string",
|
||||
"description": "use service instead"
|
||||
"description": "use service instead",
|
||||
"deprecated": true
|
||||
},
|
||||
"install": {
|
||||
"type": "string"
|
||||
@ -1563,7 +1566,8 @@
|
||||
},
|
||||
"index": {
|
||||
"$ref": "#/$defs/RepoRef",
|
||||
"description": "use repository instead"
|
||||
"description": "use repository instead",
|
||||
"deprecated": true
|
||||
},
|
||||
"repository": {
|
||||
"$ref": "#/$defs/RepoRef"
|
||||
@ -2312,7 +2316,8 @@
|
||||
},
|
||||
"scoop": {
|
||||
"$ref": "#/$defs/Scoop",
|
||||
"description": "use scoops insteads"
|
||||
"description": "use scoops insteads",
|
||||
"deprecated": true
|
||||
},
|
||||
"scoops": {
|
||||
"items": {
|
||||
@ -2460,7 +2465,8 @@
|
||||
},
|
||||
"build": {
|
||||
"$ref": "#/$defs/Build",
|
||||
"description": "use builds instead"
|
||||
"description": "use builds instead",
|
||||
"deprecated": true
|
||||
},
|
||||
"force_token": {
|
||||
"type": "string",
|
||||
@ -2831,7 +2837,8 @@
|
||||
},
|
||||
"bucket": {
|
||||
"$ref": "#/$defs/RepoRef",
|
||||
"description": "use repository instead"
|
||||
"description": "use repository instead",
|
||||
"deprecated": true
|
||||
},
|
||||
"repository": {
|
||||
"$ref": "#/$defs/RepoRef"
|
||||
@ -3320,7 +3327,8 @@
|
||||
"type": "boolean"
|
||||
}
|
||||
],
|
||||
"description": "you can now remove this"
|
||||
"description": "you can now remove this",
|
||||
"deprecated": true
|
||||
},
|
||||
"templated_files": {
|
||||
"items": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user