Skip to content
This repository was archived by the owner on May 19, 2026. It is now read-only.

fix(deps): update all non-major dependencies for go - #58

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-all-minor-patch
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented Nov 16, 2024 •

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
github.com/getkin/kin-openapi v0.128.0 → v0.138.0 age confidence
github.com/go-chi/chi/v5 v5.1.0 → v5.2.5 age confidence
github.com/go-chi/cors v1.2.1 → v1.2.2 age confidence
github.com/lmittmann/tint v1.0.5 → v1.1.3 age confidence
github.com/mattn/go-colorable v0.1.13 → v0.1.14 age confidence
github.com/oapi-codegen/nethttp-middleware v1.0.2 → v1.1.2 age confidence
github.com/oapi-codegen/oapi-codegen/v2 v2.4.1 → v2.7.0 age confidence
github.com/oapi-codegen/runtime v1.1.1 → v1.4.0 age confidence
github.com/stretchr/testify v1.9.0 → v1.11.1 age confidence
go.uber.org/mock v0.5.0 → v0.6.0 age confidence
modernc.org/sqlite v1.33.1 → v1.50.1 age confidence

Release Notes

getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.138.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.137.0...v0.138.0

v0.137.0

Compare Source

What's Changed

Full Changelog: getkin/kin-openapi@v0.136.0...v0.137.0

v0.136.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.135.0...v0.136.0

v0.135.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.134.0...v0.135.0

v0.134.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.133.0...v0.134.0

v0.133.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.132.0...v0.133.0

v0.132.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.131.0...v0.132.0

v0.131.0

Compare Source

What's Changed

  • openapi3filter: de-register ZipFileBodyDecoder and make a few decoders public by @​fenollp in #​1059

Full Changelog: getkin/kin-openapi@v0.130.0...v0.131.0

v0.130.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.129.0...v0.130.0

v0.129.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.128.0...v0.129.0

go-chi/chi (github.com/go-chi/chi/v5)

v5.2.5

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.3...v5.2.5

v5.2.4

Compare Source

v5.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.2.2...v5.2.3

v5.2.2

Compare Source

What's Changed

Security fix

  • Fixes GHSA-vrw8-fxc6-2r93 - "Host Header Injection Leads to Open Redirect in RedirectSlashes" commit
    • a lower-severity Open Redirect that can't be exploited in browser or email client, as it requires manipulation of a Host header
    • reported by Anuraag Baishya, @​anuraagbaishya. Thank you!

New Contributors

Full Changelog: go-chi/chi@v5.2.1...v5.2.2

v5.2.1

Compare Source

⚠️ Chi supports Go 1.20+

Starting this release, we will now support the four most recent major versions of Go. See #​963 for related discussion.

What's Changed

Full Changelog: go-chi/chi@v5.2.0...v5.2.1

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/chi@v5.1.0...v5.2.0

go-chi/cors (github.com/go-chi/cors)

v1.2.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-chi/cors@v1.2.1...v1.2.2

lmittmann/tint (github.com/lmittmann/tint)

v1.1.3

Compare Source

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.1.1...v1.1.2

v1.1.1

Compare Source

Bug-fix release with performance improvements for time value handling.

What's Changed

Full Changelog: lmittmann/tint@v1.1.0...v1.1.1

v1.1.0

Compare Source

This release adds a much-requested feature: function tint.Attr(color uint8, attr slog.Attr) writes colored attributes. Like tint.Err, which writes red-colored errors, tint.Attr can be used with other slog handlers (e.g. slog.JSONHandler) and does not emit raw ANSI codes.

What's Changed

Full Changelog: lmittmann/tint@v1.0.7...v1.1.0

v1.0.7

Compare Source

What's Changed

Full Changelog: lmittmann/tint@v1.0.6...v1.0.7

v1.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: lmittmann/tint@v1.0.5...v1.0.6

mattn/go-colorable (github.com/mattn/go-colorable)

v0.1.14

Compare Source

oapi-codegen/nethttp-middleware (github.com/oapi-codegen/nethttp-middleware)

v1.1.2: : Request bodies can now be re-used, after being read in an AuthenticationFunc and Go 1.22+-only

Compare Source

🔊 Notable features

Go 1.22+ requirement

This module now requires Go 1.22 to build (previously we supported Go 1.20+).

Go 1.22 is still fairly old, and was marked as unsupported by the Go team in 2025-02-11, and is a new requirement as part of a dependency bump from kin-openapi.

This shouldn't technically be a breaking change given the age of the Go version used and it being unsupported - so ideally isn't being used heavily - but we wanted to flag it as such in case this came as a surprise.

Request body can now be re-used, after being read in an AuthenticationFunc

A longstanding issue with the openapi3filter from kin-openapi, that we build on top of for this middleware, resulted in cases where the request body could not be re-parsed after being consumed in a middleware's AuthenticationFunc.

This could lead to errors such as:

request body has an error: value is required but missing

Or:

request body has an error: reading failed: http: invalid Read on closed Body

This has now been fixed upstream, and therefore fixed for users of this middleware as part of this release.

👻 Maintenance

📦 Dependency updates

  • fix(deps)!: update module github.com/getkin/kin-openapi to v0.132.0 (#​19) @​renovate[bot]

Sponsors

We would like to thank our sponsors for their support during this release.

Elastic logo

DevZero logo

Speakeasy logo

Cybozu logo

Livepeer logo

v1.1.1: : fix an incorrect HTTP status code (in an unlikely failure case)

Compare Source

🐛 Bug fixes

📦 Dependency updates

  • chore(deps): update module github.com/golangci/golangci-lint to v2

✂ Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title fix(deps): update module modernc.org/sqlite to v1.34.1 fix(deps): update all non-major dependencies for go Nov 23, 2024
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 8776367 to 75fae42 Compare November 23, 2024 14:21
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 75fae42 to 3865000 Compare December 2, 2024 11:32
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 4 times, most recently from 7391cc6 to d92f15e Compare December 22, 2024 15:49
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from d92f15e to e3e8613 Compare January 10, 2025 10:41
@renovate

renovate Bot commented Jan 10, 2025 •

Copy link
Copy Markdown
Contributor Author

ℹ Artifact update notice

File name: backend/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 7 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.3 -> 1.24.1
golang.org/x/mod v0.18.0 -> v0.19.0
golang.org/x/sys v0.22.0 -> v0.30.0
golang.org/x/tools v0.22.0 -> v0.23.0
modernc.org/libc v1.55.3 -> v1.61.13
modernc.org/mathutil v1.6.0 -> v1.7.1
modernc.org/memory v1.8.0 -> v1.8.2
modernc.org/strutil v1.2.0 -> v1.2.1

@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from e3e8613 to 9a87079 Compare January 16, 2025 01:40
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from 3eba11e to 5379b69 Compare January 29, 2025 13:29
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 5379b69 to 40201fc Compare February 4, 2025 12:21
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 3 times, most recently from 0ece8eb to 035e241 Compare February 13, 2025 15:43
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 035e241 to 05afe4b Compare February 26, 2025 15:32
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 5 times, most recently from 2a5fd69 to ef0b93b Compare March 13, 2025 15:27
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 4 times, most recently from 7822e73 to a205899 Compare March 19, 2025 16:35
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 3 times, most recently from 3641805 to 58b6173 Compare March 30, 2025 17:41
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 58b6173 to dfd8863 Compare April 7, 2025 22:18
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from 6fb5a06 to bb52a76 Compare July 29, 2025 11:36
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 5 times, most recently from 12cade9 to 220cd18 Compare August 25, 2025 11:02
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 220cd18 to fc2c156 Compare August 27, 2025 17:47
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from fc2c156 to 2c67640 Compare September 15, 2025 19:59
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 2c67640 to 56788f6 Compare October 11, 2025 20:58
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from 6da7845 to 3110bd4 Compare October 24, 2025 19:50
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from 94a00b7 to 94d55eb Compare November 3, 2025 14:10
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 3 times, most recently from 6919446 to b81ac85 Compare November 19, 2025 09:51
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 2 times, most recently from a22bae0 to 24c2da1 Compare December 5, 2025 06:51
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 24c2da1 to e699a32 Compare December 19, 2025 15:08
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from e699a32 to d46fc02 Compare December 27, 2025 20:53
@renovate

renovate Bot commented Dec 27, 2025 •

Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: backend/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 12 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.3 -> 1.25.0
github.com/davecgh/go-spew v1.1.1 -> v1.1.2-0.20180830191138-d8f796af33cc
github.com/go-openapi/jsonpointer v0.21.0 -> v0.22.4
github.com/mailru/easyjson v0.7.7 -> v0.9.1
github.com/ncruces/go-strftime v0.1.9 -> v1.0.0
github.com/pmezard/go-difflib v1.0.0 -> v1.0.1-0.20181226105442-5d4384ee4fb2
golang.org/x/mod v0.18.0 -> v0.33.0
golang.org/x/sys v0.22.0 -> v0.42.0
modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b -> v3.1.2
modernc.org/libc v1.55.3 -> v1.72.3
modernc.org/mathutil v1.6.0 -> v1.7.1
modernc.org/memory v1.8.0 -> v1.11.0
modernc.org/strutil v1.2.0 -> v1.2.1

@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from d46fc02 to 744bc20 Compare December 28, 2025 14:02
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch 5 times, most recently from 085cf07 to 48ce6e7 Compare January 15, 2026 04:49
@renovate
renovate Bot force-pushed the renovate/go-all-minor-patch branch from 48ce6e7 to 36078a4 Compare January 15, 2026 21:07

This branch has not been deployed

No deployments
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants