deps: Bump github.com/getkin/kin-openapi from 0.144.0 to 0.146.0 - #20
Closed
dependabot[bot] wants to merge 1 commit into
Closed
deps: Bump github.com/getkin/kin-openapi from 0.144.0 to 0.146.0#20dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
requested review from
LinskId,
NoamNakash,
gabriel-farache,
gpb88 and
tkiss28
August 7, 2026 22:54
jordigilh
reviewed
Aug 11, 2026
| require ( | ||
| github.com/caarlos0/env/v11 v11.4.1 | ||
| github.com/getkin/kin-openapi v0.144.0 | ||
| github.com/getkin/kin-openapi v0.146.0 |
There was a problem hiding this comment.
Heads up: this PR and #19 both touch go.mod's require block — this bumps kin-openapi to v0.146.0, #19 adds NATS deps at the same anchor point. Confirmed via git merge --no-commit: literal conflict in go.mod (go.sum auto-merges). Worth whoever merges second running go mod tidy after resolving rather than hand-splicing.
Contributor
Contributor
There was a problem hiding this comment.
I planned on doing the opposite: merge the bot PR once the other PRs are merged as there is no hurry to merge those one as the whole agent is draft, nothing can run it as critical pieces are missing
gciavarrini
approved these changes
Aug 12, 2026
Contributor
|
@dependabot rebase |
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.144.0 to 0.146.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](getkin/kin-openapi@v0.144.0...v0.146.0) --- updated-dependencies: - dependency-name: github.com/getkin/kin-openapi dependency-version: 0.146.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/github.com/getkin/kin-openapi-0.146.0
branch
from
August 19, 2026 12:29
85d4fed to
d15c554
Compare
Contributor
|
@jordigilh are you ok to merge this now? |
Contributor
Author
|
Superseded by #27. |
dependabot
Bot
deleted the
dependabot/go_modules/github.com/getkin/kin-openapi-0.146.0
branch
August 21, 2026 22:55
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps github.com/getkin/kin-openapi from 0.144.0 to 0.146.0.
Release notes
Sourced from github.com/getkin/kin-openapi's releases.
Commits
335f4e6openapi3: store field locations in a slice, not a map (#1235)f5441d6Merge commit from forkd090e36Merge commit from fork947498eopenapi3: keep a document's origin tree only when it can be read (#1234)88aa64cMerge commit from forkf1a5b52Merge commit from fork27bc028openapi3: stop InternalizeRefs panicking on unresolved discriminator mappings...