Skip to content

fix(deps): update module github.com/gin-contrib/cors to v1.7.7 - #41

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.qkg1.top-gin-contrib-cors-1.x
Open

fix(deps): update module github.com/gin-contrib/cors to v1.7.7#41
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/github.qkg1.top-gin-contrib-cors-1.x

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
github.com/gin-contrib/cors v1.3.1v1.7.7 age confidence

Release Notes

gin-contrib/cors (github.com/gin-contrib/cors)

v1.7.7

Compare Source

Changelog

Others
Bug fixes
Enhancements
Build process updates

v1.7.6

Compare Source

Changelog

Others
Enhancements
Refactor
  • 47d9afe: refactor: refactor tests to table-driven style and simplify router logic (@​appleboy)
Build process updates
Documentation updates

v1.7.5

Compare Source

Changelog

Enhancements
Build process updates

v1.7.4

Compare Source

Changelog

Features
Enhancements
Build process updates

v1.7.3

Compare Source

Changelog

Enhancements
Build process updates

v1.7.2

Compare Source

Changelog

Enhancements
Build process updates

v1.7.1

Compare Source

Changelog

Enhancements
  • 71a48a2 chore: update third-party dependencies to latest versions
Others
  • 88cbcd0 ci: update GitHub Actions workflows for Go projects
  • 84d0919 test: refactor CORS tests and expand coverage

v1.7.0

Compare Source

Changelog

Bug fixes
  • 7f30a1f fix: improve error handling and test robustness
Enhancements
  • 9d49f16 chore(cors): Allow a custom validation function which receives the full gin context (#​140)
Others
  • 4447aeb refactor: refactor request handling and improve CORS checks

v1.6.0

Compare Source

Changelog

Features
Bug fixes
Enhancements
  • f41df75 chore: update GitHub actions to latest versions
  • 2451987 chore: update dependencies to latest versions
  • 7d356c2 chore: update dependencies to latest versions
  • 5da0aee chore: update third-party dependencies
  • 8263fce chore: update version of actions/setup-go in GitHub workflows
Others
  • fcbd06f ci: enhance testing matrix and tolerance limits
  • f08c1bc ci: refactor CI workflows and improve tests
  • 30792dc ci: refactor GitHub Actions workflows
  • 0e993b7 ci: update GitHub Actions to Version 3
  • 90a7c66 test(cors): enhance CORS wildcard handling tests (#​145)
  • 85bf9fb test: improve CORS wildcard handling and testing (#​144)
  • d5002f2 test: refactor tests and update CI configurations

v1.5.0

Compare Source

Changelog

Features
Enhancements
  • c1983b2 chore(CI): add go1.20 version
  • 1d5e083 chore(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#​112)
  • f8b2357 chore(options): Added availability to set 200/204 for OPTIONS request status (#​129)
  • f92a222 chore: Add go 1.19 and upgrade lint version to v1.49
  • 95df7c6 chore: remove depguard linter and rename example file
  • 7ac4445 chore: update GitHub Actions configuration files
  • bbf67cd chore: update Go version and setup-go action
  • b216599 chore: update goreleaser/goreleaser-action to version v4
  • 765e44e chore: update dependencies to latest versions
  • bf2c9df chore: update linter configuration and changelog titles
  • bbb26b0 chore: update supported versions of Go
Others
  • 5914b2f build: update Go version and dependencies

v1.4.0

Compare Source

Changelog

Features
  • 5b27983 feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL
Enhancements
  • 325df81 chore(CD): enable goreleaser config.
  • 5accef4 chore(deps): bump actions/cache from 2 to 3
  • cedad5e chore(deps): bump actions/setup-go from 2 to 3
  • 8184331 chore(deps): bump codecov/codecov-action from 2 to 3
  • 47f683e chore(deps): bump github.com/gin-gonic/gin from 1.7.4 to 1.7.7
  • 7d68a03 chore(deps): bump github.com/gin-gonic/gin from 1.7.7 to 1.8.0
  • 9b7410e chore(deps): bump github.com/gin-gonic/gin from 1.8.0 to 1.8.1
  • ca6f720 chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
  • 702bae0 chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.4
  • c2bfc87 chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.7.5
  • 875173c chore(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0
  • 82da019 chore(deps): bump github/codeql-action from 1 to 2
  • 9310fb6 chore(deps): bump golangci/golangci-lint-action from 2 to 3
  • 4f7d392 chore(deps): bump goreleaser/goreleaser-action from 2 to 3
  • 6fb0a95 chore(lint): add golang lint config
  • 693ce4a chore(lint): upgrade golanci-lint to v1.43.0
  • c43bb15 chore: add go1.15.x
  • ca250ec chore: add go1.16 version
  • da40934 chore: move from Travis to GitHub Actions
  • 206c7dd chore: update go module
  • 2d0be6a chore: update the default methods comment
  • 88812e7 chore: update travis
  • 316ffea chore: upgrade checkout version to v3
  • 2e2ab4a chore: upgrade golangci to v1.42.1
Others
  • 73a1e3b Add OPTIONS Method To AllowMethods (#​76)
  • e2aad09 Add Power Support ppc64le (#​72)
  • e89e0ce Bump github.com/gin-gonic/gin from 1.6.2 to 1.7.0
  • 1d1f0af Change comparison with assignment in comment line
  • 9b78b37 Document update (#​79)
  • 8c02baa Don't modify the config in Validate (#​71)
  • 59ebec5 Merge pull request #​101 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.4
  • e25be70 Merge pull request #​102 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5
  • 19fdbff Merge pull request #​104 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0
  • 56e21d0 Merge pull request #​77 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.0
  • 1174f0f Merge pull request #​82 from nlatham1999/master
  • c1ca09f Merge pull request #​85 from andregri/patch-1
  • 2a40866 Merge pull request #​88 from parsaakbari1209/patch-1
  • a79def0 Merge pull request #​89 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.1
  • 07b31a1 Merge pull request #​90 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.7.7
  • 3e06085 Merge pull request #​91 from gin-contrib/dependabot/github_actions/github/codeql-action-2
  • 8e881b2 Merge pull request #​92 from gin-contrib/dependabot/github_actions/actions/setup-go-3
  • 6e9a2e1 Merge pull request #​93 from gin-contrib/dependabot/github_actions/codecov/codecov-action-3
  • a1ba4f8 Merge pull request #​94 from gin-contrib/dependabot/github_actions/golangci/golangci-lint-action-3
  • 8d4394e Merge pull request #​95 from gin-contrib/dependabot/github_actions/actions/cache-3
  • c4b1d45 Merge pull request #​96 from gin-contrib/dependabot/github_actions/goreleaser/goreleaser-action-3
  • 1a71ba7 Merge pull request #​97 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.0
  • 1cb620b Merge pull request #​99 from gin-contrib/dependabot/go_modules/github.com/gin-gonic/gin-1.8.1
  • 028d2d3 Update README.md
  • 0223cb8 Update gin dependency to 1.6.2 (#​63)
  • 74e9a66 Update go.mod
  • aead5ea changes
  • dab984b chore(CI/CD): add dependabot
  • 035db04 chore(CI/CD): add go1.18 version
  • 471fc54 chore(CI/CD): remove 1.13 version
  • aa5c43d reverting
  • 64faa2b sync Config.ExposeHeaders & comment (#​74)
  • 062ab01 test: remove macos version

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

renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Author

ℹ️ 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):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.14 -> 1.25.0

@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gin-contrib-cors-1.x branch from fc5a350 to 25d14b9 Compare June 23, 2026 01:41
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/cors to v1.7.7 fix(deps): update module github.com/gin-contrib/cors to v1.7.7 - autoclosed Jul 19, 2026
@renovate renovate Bot closed this Jul 19, 2026
@renovate
renovate Bot deleted the renovate/github.qkg1.top-gin-contrib-cors-1.x branch July 19, 2026 16:45
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/cors to v1.7.7 - autoclosed fix(deps): update module github.com/gin-contrib/cors to v1.7.7 Jul 24, 2026
@renovate renovate Bot reopened this Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gin-contrib-cors-1.x branch 2 times, most recently from 25d14b9 to 9872521 Compare July 24, 2026 11:33
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/cors to v1.7.7 fix(deps): update module github.com/gin-contrib/cors to v1.7.7 - autoclosed Aug 1, 2026
@renovate renovate Bot closed this Aug 1, 2026
@renovate renovate Bot changed the title fix(deps): update module github.com/gin-contrib/cors to v1.7.7 - autoclosed fix(deps): update module github.com/gin-contrib/cors to v1.7.7 Aug 6, 2026
@renovate renovate Bot reopened this Aug 6, 2026
@renovate
renovate Bot force-pushed the renovate/github.qkg1.top-gin-contrib-cors-1.x branch 2 times, most recently from 9872521 to 0af8319 Compare August 6, 2026 20: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