Skip to content

Commit ec109a7

Browse files
Update module github.com/pb33f/libopenapi to v0.36.3
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent d5dd2dc commit ec109a7

9 files changed

Lines changed: 141 additions & 52 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ require (
144144
github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor v0.150.0 // indirect
145145
github.com/openai/openai-go/v3 v3.32.0 // indirect
146146
github.com/pb33f/jsonpath v0.8.2 // indirect
147-
github.com/pb33f/libopenapi v0.36.1 // indirect
147+
github.com/pb33f/libopenapi v0.36.3 // indirect
148148
github.com/pb33f/libopenapi-validator v0.13.4 // indirect
149149
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
150150
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ github.com/ovh/go-ovh v1.9.0 h1:6K8VoL3BYjVV3In9tPJUdT7qMx9h0GExN9EXx1r2kKE=
406406
github.com/ovh/go-ovh v1.9.0/go.mod h1:cTVDnl94z4tl8pP1uZ/8jlVxntjSIf09bNcQ5TJSC7c=
407407
github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y=
408408
github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
409-
github.com/pb33f/libopenapi v0.36.1 h1:CNZ52e+/W9fA1kAgL8EePDQQrKPfN9+HdLR6XAxUEpw=
410-
github.com/pb33f/libopenapi v0.36.1/go.mod h1:MsDdUlQ1CdrIDO5v26JfgBxQs7kcaOUEpMP3EqU6bI4=
409+
github.com/pb33f/libopenapi v0.36.3 h1:mScoyT/2ZY2NButTd1KQjtP5BVLv20pPaLti7uhCBw8=
410+
github.com/pb33f/libopenapi v0.36.3/go.mod h1:MsDdUlQ1CdrIDO5v26JfgBxQs7kcaOUEpMP3EqU6bI4=
411411
github.com/pb33f/libopenapi-validator v0.13.4 h1:/6NJtmPIZYPT2mEbMAz+BfSoGoCNrwYL46ikEaFy0pM=
412412
github.com/pb33f/libopenapi-validator v0.13.4/go.mod h1:e6HLPJM493yfJmnNn81fb3Mt6Iyy8Knd1iuzyyW1A9Y=
413413
github.com/pb33f/ordered-map/v2 v2.3.1 h1:5319HDO0aw4DA4gzi+zv4FXU9UlSs3xGZ40wcP1nBjY=

vendor/github.com/pb33f/libopenapi/.gitignore

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pb33f/libopenapi/datamodel/document_config.go

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pb33f/libopenapi/datamodel/low/v2/swagger.go

Lines changed: 7 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pb33f/libopenapi/datamodel/low/v3/create_document.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pb33f/libopenapi/datamodel/spec_info.go

Lines changed: 121 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pb33f/libopenapi/document.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ github.com/openshift/machine-config-operator/pkg/daemon/constants
647647
github.com/pb33f/jsonpath/pkg/jsonpath
648648
github.com/pb33f/jsonpath/pkg/jsonpath/config
649649
github.com/pb33f/jsonpath/pkg/jsonpath/token
650-
# github.com/pb33f/libopenapi v0.36.1
650+
# github.com/pb33f/libopenapi v0.36.3
651651
## explicit; go 1.25.0
652652
github.com/pb33f/libopenapi
653653
github.com/pb33f/libopenapi/datamodel

0 commit comments

Comments
 (0)