Skip to content

fix(deps): update module github.com/ikawaha/httpcheck to v1.12.6#52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-ikawaha-httpcheck-1.x
Open

fix(deps): update module github.com/ikawaha/httpcheck to v1.12.6#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-ikawaha-httpcheck-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 8, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/ikawaha/httpcheck v1.12.5v1.12.6 age confidence

Release Notes

ikawaha/httpcheck (github.com/ikawaha/httpcheck)

v1.12.6

Compare Source

What's Changed

Background:
RFC 6750 (OAuth 2.0 Bearer Token Usage) specifies that the Bearer token in the Authorization header should be formatted as "Bearer" followed by a single space and the token. The previous implementation incorrectly included a colon after "Bearer".

Impact:

  • If you're using WithBearerAuth(), the format of the transmitted header will change
  • Most OAuth2 server implementations accept both formats, so this should not cause issues in most cases
  • With strictly RFC 6750-compliant servers, authentication will now work correctly

Migration:

  • No code changes required for most use cases
  • If issues occur, please ensure your server implementation complies with RFC 6750

Full Changelog: ikawaha/httpcheck@v1.12.5...v1.12.6


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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented May 8, 2026

ℹ️ Artifact update notice

File name: 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):

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

Details:

Package Change
go 1.24 -> 1.24.0
github.com/itchyny/gojq v0.12.17 -> v0.12.18
github.com/itchyny/timefmt-go v0.1.6 -> v0.1.7

@renovate renovate Bot requested a review from a team as a code owner May 8, 2026 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants