Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the go-modules group across 1 directory with 9 updates #55

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 6, 2025

Bumps the go-modules group with 6 updates in the / directory:

Package From To
github.com/gin-contrib/cors 1.7.2 1.7.3
github.com/gin-contrib/logger 1.2.2 1.2.3
github.com/gabriel-vasile/mimetype 1.4.7 1.4.8
github.com/gin-contrib/sse 0.1.0 1.0.0
golang.org/x/arch 0.12.0 0.13.0
golang.org/x/sys 0.28.0 0.29.0

Updates github.com/gin-contrib/cors from 1.7.2 to 1.7.3

Release notes

Sourced from github.com/gin-contrib/cors's releases.

v1.7.3

Changelog

Enhancements

  • 9bb7abbb1bffb482cad2ffd6b3a1b506b5a66f8e: chore: refactor goreleaser configuration (@​appleboy)
  • 03a81e85e551a16fd2d76882436fed6b927e5cef: chore: update dependencies to latest versions (@​appleboy)
  • 7ba65f52415488f849af325e79b3217a79b6ef5d: chore: update Go version to 1.20 and above in workflows (@​appleboy)
  • d4fb95a2411f68432231dfede9bbe8a8033d588c: chore: update Go version to 1.21 and dependencies (@​appleboy)
  • 80b5d9bbc242a25ca630748b3341ebc0dc13d7be: chore: update dependencies to latest versions (@​appleboy)

Build process updates

  • e0ba03671d1a179cc358b4cdf9ca7bedc73c2fa0: ci: refactor GitHub Actions workflow configuration (@​appleboy)
  • 671e12a23c20f56a568435438b39e82e9637f46b: ci: extend GitHub Actions CI to macOS (@​appleboy)
  • 556f0081a8617f1bc504d0cafbda8bd9c90122e9: ci: refactor codebase for improved performance and maintainability (@​appleboy)
Commits
  • 80b5d9b chore: update dependencies to latest versions
  • d4fb95a chore: update Go version to 1.21 and dependencies
  • 7ba65f5 chore: update Go version to 1.20 and above in workflows
  • 03a81e8 chore: update dependencies to latest versions
  • 556f008 ci: refactor codebase for improved performance and maintainability
  • 671e12a ci: extend GitHub Actions CI to macOS
  • e0ba036 ci: refactor GitHub Actions workflow configuration
  • 9bb7abb chore: refactor goreleaser configuration
  • See full diff in compare view

Updates github.com/gin-contrib/logger from 1.2.2 to 1.2.3

Release notes

Sourced from github.com/gin-contrib/logger's releases.

v1.2.3

Changelog

Enhancements

  • c98aa6729894425108405fb85491e710e6678f78: chore: update Go dependencies to latest versions (@​appleboy)
  • 56e87fcc03ce27dd63ab653e504ef5626f79c147: chore: update dependencies and Go version to latest releases (@​appleboy)

Refactor

  • 75a0ac11687078dbb3d4ae75fbfdf7b014bf4c7f: refactor: refactor initialization and simplify logic for clarity (#102) (@​appleboy)
  • 09eed3265fe9112c795571438e388fed0055a177: refactor: the default writer is stderr for zerolog (#103) (@​appleboy)
Commits
  • 09eed32 refactor: the default writer is stderr for zerolog (#103)
  • 75a0ac1 refactor: refactor initialization and simplify logic for clarity (#102)
  • 56e87fc chore: update dependencies and Go version to latest releases
  • c98aa67 chore: update Go dependencies to latest versions
  • See full diff in compare view

Updates github.com/bytedance/sonic from 1.12.5 to 1.12.6

Release notes

Sourced from github.com/bytedance/sonic's releases.

v1.12.6

Bugfix

New Contributors

Full Changelog: bytedance/sonic@v1.12.5...v1.12.6

Commits

Updates github.com/gabriel-vasile/mimetype from 1.4.7 to 1.4.8

Release notes

Sourced from github.com/gabriel-vasile/mimetype's releases.

v1.4.8 Add support for APK

What's Changed

New Contributors

Full Changelog: gabriel-vasile/mimetype@v1.4.7...v1.4.8

Commits

Updates github.com/gin-contrib/sse from 0.1.0 to 1.0.0

Release notes

Sourced from github.com/gin-contrib/sse's releases.

v1.0.0

Changelog

Features

  • 3f42f2ed014200fdfd4fe1c1c05c9dc8c6809054: feat: Encode function can optimize byte array handling (#42) (@​KScaesar)

Enhancements

  • 43f0f29dbd2b3f0feeebff91fd9cda22db296938: chore: remove go1.8/1.9 and support go1.13 (@​thinkerou)
  • 06e6e3d866e43b8fad2615b422d3bf05fd63d9be: chore: add go1.15.x (@​thinkerou)
  • 744c7182dd69da61c0a9a0f30d9604c662569be4: chore: update dependencies and improve test configurations (@​appleboy)

Build process updates

  • de96a1faf5a4054a31a50b5bd1571f7a48ce8a5e: ci: add and enhance CI workflows for Go projects and code analysis (@​appleboy)
  • 59293461664ec000d19768fd8f319d37fb407d17: ci: update GitHub workflows and improve test configurations (@​appleboy)
  • f8a6bb093d80707b5fd0db9340903bd5140fa851: build: configure release process and changelog management (@​appleboy)

Documentation updates

  • cffc294e1b315e34116f0a19101122e0448c56f2: docs: improve test coverage and update CI configurations (@​appleboy)

Others

  • db223ce4af2a7eedd2c0e553b977206697bf7f36: chore(ci) : update ci (@​mmorel-35)
  • fa715febff639ff1b9e9b5466eb12a291ff1a902: Merge pull request #4 from mmorel-35/master (@​appleboy)
  • 2183763cc063ec31470b3c8d4960b2e430f3770f: Update badges (@​mmorel-35)
  • ab64730e379559daaba25511b5e911d0ce6bcefa: Merge pull request #5 from mmorel-35/patch-1 (@​thinkerou)
  • 689ed5f3dd697984a71e56c31e53f4ab958372a0: Bump actions/cache from 2 to 3.0.1 (#10) (@​dependabot[bot])
  • 88fd93cde98560703b71c311c1e4397d990c56d0: Bump golangci/golangci-lint-action from 2 to 3.1.0 (#6) (@​dependabot[bot])
  • 044c53d488bdabe5dd8bfddfc408f806d6774691: Bump actions/checkout from 2 to 3 (#7) (@​dependabot[bot])
  • ea4ee031b4e829c2abbe3c0cd2cb4badf8c18098: Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#8) (@​dependabot[bot])
  • 4ac659647a3a549128828796850cd8f43d6ac633: Fix Unicode encoding errors (#2) (@​leonlau)
  • 9d70eb5fde984108872640211dd240dfc8f7daa5: Bump codecov/codecov-action from 2 to 3 (@​dependabot[bot])
  • 7ee7429332a3cc95bcfb8132b7572e11c90394f9: Bump actions/setup-go from 2 to 3 (@​dependabot[bot])
  • d4b0d19783128ea263711e4c72c2747afd177ec5: Bump actions/cache from 3.0.1 to 3.0.2 (@​dependabot[bot])
  • 716e073935ed8e5303bcd0d65fe9ca39de6118d0: Merge pull request #11 from gin-contrib/dependabot/github_actions/codecov/codecov-action-3 (@​thinkerou)
  • 8c9bd28179dae830ad0a42bbc28ffb41e51a71d4: Merge pull request #12 from gin-contrib/dependabot/github_actions/actions/setup-go-3 (@​thinkerou)
  • 069594b0dcbcbdd943b53c3eb0882e77d153901a: Merge pull request #13 from gin-contrib/dependabot/github_actions/actions/cache-3.0.2 (@​thinkerou)
  • a3e0f6f27768213618291d386053c09a4f15b50b: Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (@​dependabot[bot])
  • dd1a6434be1aa5171cb21b0aba857060c1b6543d: Merge pull request #14 from gin-contrib/dependabot/github_actions/golangci/golangci-lint-action-3.2.0 (@​thinkerou)
  • fc6709a655df6dedaa1e950db3b98038729201b0: Bump actions/cache from 3.0.2 to 3.0.3 (@​dependabot[bot])
  • 24c04f76c8b1b6b6af5408c9a126e253f27f5674: Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (@​dependabot[bot])
  • 7a680aa1384e6b1a308b8f1b3c9eae08374fbfcf: Merge pull request #15 from gin-contrib/dependabot/github_actions/actions/cache-3.0.3 (@​thinkerou)
  • 24ebcbcff503322eb467baca735a236ea78aa909: Merge pull request #16 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.2 (@​thinkerou)
  • 7c6565fd0b33ae45ebb8f1265733b468013a9870: Bump actions/cache from 3.0.3 to 3.0.4 (@​dependabot[bot])
  • 26c7357d4261026fea98df91d86a29d5f37ce84e: Merge pull request #17 from gin-contrib/dependabot/github_actions/actions/cache-3.0.4 (@​thinkerou)
  • 9684d1af919ae437898d19842891f3fa76fbbb74: Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 (@​dependabot[bot])
  • 3d369148252a50e7f38f9dcec2422eef6b3d5b99: Merge pull request #18 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.3 (@​thinkerou)
  • 6a322eddfe37a442bf81e7ae465615b5154d6af8: Bump github.com/stretchr/testify from 1.7.3 to 1.7.5 (@​dependabot[bot])
  • 6d87db8b2c8c1d9d6d150a5582ae8bc225ae00f4: Merge pull request #19 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.7.5 (@​thinkerou)
  • d5584a62d2c731f2c3082cf12581558b82e229f3: Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 (@​dependabot[bot])
  • a9845aa0574bcee1d109efbe65a8e95504d7fa81: Merge pull request #20 from gin-contrib/dependabot/go_modules/github.com/stretchr/testify-1.8.0 (@​thinkerou)
  • 0457432d425fb7c0d3cf3984c999f3785f28b33c: Bump actions/cache from 3.0.4 to 3.2.3 (@​dependabot[bot])
  • e3ecb06a99ea5fb49fe926b924c19008089a2797: Merge pull request #32 from gin-contrib/dependabot/github_actions/actions/cache-3.2.3 (@​thinkerou)
  • 7a8d62f9c79f1511c283c2e0cf65d26dae343427: Bump actions/cache from 3.2.3 to 3.2.4 (@​dependabot[bot])
  • 0db5f9d45492665a0ef864857559810c90520519: Merge pull request #34 from gin-contrib/dependabot/github_actions/actions/cache-3.2.4 (@​thinkerou)
  • a207db83ce5035c3a486005d05b94f0adf74e5b6: Bump actions/cache from 3.2.4 to 3.2.5 (@​dependabot[bot])
  • e597170caac85b58d0e675ec60a45a1950a653b4: Merge pull request #35 from gin-contrib/dependabot/github_actions/actions/cache-3.2.5 (@​thinkerou)
Commits
  • f8a6bb0 build: configure release process and changelog management
  • 5929346 ci: update GitHub workflows and improve test configurations
  • cffc294 docs: improve test coverage and update CI configurations
  • de96a1f ci: add and enhance CI workflows for Go projects and code analysis
  • 744c718 chore: update dependencies and improve test configurations
  • 3f42f2e feat: Encode function can optimize byte array handling (#42)
  • e597170 Merge pull request #35 from gin-contrib/dependabot/github_actions/actions/cac...
  • a207db8 Bump actions/cache from 3.2.4 to 3.2.5
  • 0db5f9d Merge pull request #34 from gin-contrib/dependabot/github_actions/actions/cac...
  • 7a8d62f Bump actions/cache from 3.2.3 to 3.2.4
  • Additional commits viewable in compare view

Updates golang.org/x/arch from 0.12.0 to 0.13.0

Commits
  • bde81be all: make function comments match function names
  • 5f2ba6d riscv64: fix objdump related tests
  • See full diff in compare view

Updates golang.org/x/net from 0.32.0 to 0.33.0

Commits
  • dfc720d go.mod: update golang.org/x dependencies
  • 8e66b04 html: use strings.EqualFold instead of lowering ourselves
  • b935f7b html: avoid endless loop on error token
  • 9af49ef route: remove unused sizeof* consts
  • 6705db9 quic: clean up crypto streams when dropping packet protection keys
  • 4ef7588 quic: handle ACK frame in packet which drops number space
  • 552d8ac Revert "route: change from syscall to x/sys/unix"
  • 13a7c01 Revert "route: remove unused sizeof* consts on freebsd"
  • See full diff in compare view

Updates golang.org/x/sys from 0.28.0 to 0.29.0

Commits
  • d4ac05d windows: update NewLazyDLL, LoadDLL docs to point to NewLazySystemDLL
  • 680bd24 windows: remove unused errString type
  • a7f19e9 unix: add Dup3 on dragonfly
  • See full diff in compare view

Updates google.golang.org/protobuf from 1.35.2 to 1.36.1

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-modules group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/gin-contrib/cors](https://github.com/gin-contrib/cors) | `1.7.2` | `1.7.3` |
| [github.com/gin-contrib/logger](https://github.com/gin-contrib/logger) | `1.2.2` | `1.2.3` |
| [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.7` | `1.4.8` |
| [github.com/gin-contrib/sse](https://github.com/gin-contrib/sse) | `0.1.0` | `1.0.0` |
| [golang.org/x/arch](https://github.com/golang/arch) | `0.12.0` | `0.13.0` |
| [golang.org/x/sys](https://github.com/golang/sys) | `0.28.0` | `0.29.0` |



Updates `github.com/gin-contrib/cors` from 1.7.2 to 1.7.3
- [Release notes](https://github.com/gin-contrib/cors/releases)
- [Changelog](https://github.com/gin-contrib/cors/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/cors@v1.7.2...v1.7.3)

Updates `github.com/gin-contrib/logger` from 1.2.2 to 1.2.3
- [Release notes](https://github.com/gin-contrib/logger/releases)
- [Changelog](https://github.com/gin-contrib/logger/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/logger@v1.2.2...v1.2.3)

Updates `github.com/bytedance/sonic` from 1.12.5 to 1.12.6
- [Release notes](https://github.com/bytedance/sonic/releases)
- [Commits](bytedance/sonic@v1.12.5...v1.12.6)

Updates `github.com/gabriel-vasile/mimetype` from 1.4.7 to 1.4.8
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](gabriel-vasile/mimetype@v1.4.7...v1.4.8)

Updates `github.com/gin-contrib/sse` from 0.1.0 to 1.0.0
- [Release notes](https://github.com/gin-contrib/sse/releases)
- [Changelog](https://github.com/gin-contrib/sse/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/sse@v0.1.0...v1.0.0)

Updates `golang.org/x/arch` from 0.12.0 to 0.13.0
- [Commits](golang/arch@v0.12.0...v0.13.0)

Updates `golang.org/x/net` from 0.32.0 to 0.33.0
- [Commits](golang/net@v0.32.0...v0.33.0)

Updates `golang.org/x/sys` from 0.28.0 to 0.29.0
- [Commits](golang/sys@v0.28.0...v0.29.0)

Updates `google.golang.org/protobuf` from 1.35.2 to 1.36.1

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/gin-contrib/logger
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/bytedance/sonic
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: go-modules
- dependency-name: github.com/gin-contrib/sse
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: go-modules
- dependency-name: golang.org/x/arch
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: go-modules
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team as code owners January 6, 2025 05:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 6, 2025
@mgoetzegb mgoetzegb merged commit 4fba460 into main Jan 7, 2025
10 of 11 checks passed
@mgoetzegb mgoetzegb deleted the dependabot/go_modules/go-modules-a4ed2cf352 branch January 7, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant