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

chore(deps): bump the go-dependencies group with 4 updates #45

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 3, 2024

Bumps the go-dependencies group with 4 updates: github.com/gin-contrib/logger, github.com/gin-contrib/requestid, github.com/rs/zerolog and github.com/spf13/cobra.

Updates github.com/gin-contrib/logger from 0.2.6 to 1.1.2

Release notes

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

v1.1.2

Changelog

Enhancements

  • 68709d68b0a57ef08f4b8418f451ebb73529c0a1: chore: refine changelog generation process (@​appleboy)
  • 4bbe0b8b06952da406247885f96cc904f8bad29c: chore: update Go toolchain and dependencies (@​appleboy)

Build process updates

  • 490ede474a3e5e9811f9328340bba348c6aa10ff: ci: refine Go project CI/CD workflows (@​appleboy)

v1.1.1

Changelog

Enhancements

  • 23d5366 chore: update third-party dependencies to latest versions
  • b2c1ea7 chore: update third-party dependencies to latest versions

Others

  • 8051f72 ci: refactor GitHub Actions Go workflow

v1.1.0

Changelog

Features

  • e6115f7 feat: add example of skipper usage in main.go

Bug fixes

  • 5a50b5f fix(leak): don't mutate logger, just make events from it (#69)

Enhancements

  • 4ea20b3 chore: refine CI workflow and test parameters
  • 33e5eb0 chore: update dependencies to latest versions
  • 676ffb8 chore: update dependencies to latest versions

Others

  • d96c742 ci: enhance testing and CI configuration
  • a121293 ci: refine CI workflow and test configurations

v1.0.0

Changelog

Features

  • 62dc492 feat(option): add WithPathLevel option (#72)
  • 0db81d6 feat: add functions to set log levels for different request statuses
  • 637bb30 feat: add skipper functionality to logger (#80)

Enhancements

  • 7cff53e chore(deps): bump golang.org/x/net from 0.12.0 to 0.17.0 in /_example (#67)
  • d712789 chore(deps): update
  • 9c92ccb chore: update CodeQL action version to v3
  • 5b0d125 chore: update actions/cache to v4
  • 97d636c chore: update third-party dependencies
  • 4388585 chore: update version of actions/setup-go to v5 in GitHub workflows

Others

  • 7bec240 ci: update GitHub Action version to v3 in codeql.yml file
  • 4107713 refactor: update logger configuration in files

v0.3.0

Changelog

Features

... (truncated)

Commits
  • 490ede4 ci: refine Go project CI/CD workflows
  • 4bbe0b8 chore: update Go toolchain and dependencies
  • 68709d6 chore: refine changelog generation process
  • 23d5366 chore: update third-party dependencies to latest versions
  • b2c1ea7 chore: update third-party dependencies to latest versions
  • 8051f72 ci: refactor GitHub Actions Go workflow
  • 33e5eb0 chore: update dependencies to latest versions
  • 4ea20b3 chore: refine CI workflow and test parameters
  • 5a50b5f fix(leak): don't mutate logger, just make events from it (#69)
  • 676ffb8 chore: update dependencies to latest versions
  • Additional commits viewable in compare view

Updates github.com/gin-contrib/requestid from 0.0.6 to 1.0.1

Release notes

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

v1.0.1

Changelog

Enhancements

  • 8a0fcd53244e840092a56d4a29b38dc9984576d2: chore: refactor linters configuration and remove unused linters (@​appleboy)
  • e944b60de8f490258e2c2edc149c673886d0c3e7: chore: refine release process and documentation (@​appleboy)
  • 96bfbde328e2b8f182a887f63a996ffb7a1d74b9: chore: update dependencies and refactor imports (@​appleboy)

v1.0.0

Changelog

Bug fixes

  • bb106f8 fix(requestid): get header from c.GetHeader method #40

Enhancements

  • 6f073a8 chore(deps): "Enhance testing and API integration with latest Go version"
  • 49ab686 chore(deps): add go1.20 version
  • 4d4adda chore(deps): update Go version and dependencies
  • 12b7208 chore(deps): upgrade goreleaser-action in GitHub workflow
  • 93c0bc4 chore: update GitHub Actions configuration files
  • 67e4044 chore: update GitHub Actions versions in workflow files
  • f4afe99 chore: update GitHub actions for Go and Goreleaser workflows
  • 1f11bdc chore: update dependencies to latest versions
  • 34e125b chore: update dependencies to latest versions
  • 7167296 chore: update supported versions of Go to include 1.21
  • 9b19025 chore: update third-party dependencies to latest versions

Others

  • ea228bd ci: update GitHub Actions configurations
  • 537ec79 ci: update GitHub Actions workflow to use codeql-action/init@v3
  • 8344ce4 doc: get request_id from header (#38)
Commits
  • 96bfbde chore: update dependencies and refactor imports
  • e944b60 chore: refine release process and documentation
  • 8a0fcd5 chore: refactor linters configuration and remove unused linters
  • ea228bd ci: update GitHub Actions configurations
  • 8344ce4 doc: get request_id from header (#38)
  • 9b19025 chore: update third-party dependencies to latest versions
  • 537ec79 ci: update GitHub Actions workflow to use codeql-action/init@v3
  • f4afe99 chore: update GitHub actions for Go and Goreleaser workflows
  • 67e4044 chore: update GitHub Actions versions in workflow files
  • 1f11bdc chore: update dependencies to latest versions
  • Additional commits viewable in compare view

Updates github.com/rs/zerolog from 1.31.0 to 1.32.0

Commits

Updates github.com/spf13/cobra from 1.7.0 to 1.8.0

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.8.0

✨ Features

🐛 Bug fixes

🔧 Maintenance

🧪 Testing & CI/CD

✏️ Documentation


Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍

Full Changelog: spf13/cobra@v1.7.0...v1.8.0

Commits
  • a0a6ae0 Improve API to get flag completion function (#2063)
  • 890302a Support usage as plugin for tools like kubectl (#2018)
  • 48cea5c build(deps): bump actions/checkout from 3 to 4 (#2028)
  • 22953d8 Replace all non-alphanumerics in active help env var program prefix (#1940)
  • 00b68a1 Add tests for flag completion registration (#2053)
  • b711e87 Don't complete --help flag when flag parsing disabled (#2061)
  • 8b1eba4 Fix linter errors (#2052)
  • 4cafa37 Allow running persistent run hooks of all parents (#2044)
  • 5c962a2 build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (#2047)
  • efe8fa3 build(deps): bump actions/setup-go from 3 to 4 (#1934)
  • Additional commits viewable in compare view

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-dependencies group with 4 updates: [github.com/gin-contrib/logger](https://github.com/gin-contrib/logger), [github.com/gin-contrib/requestid](https://github.com/gin-contrib/requestid), [github.com/rs/zerolog](https://github.com/rs/zerolog) and [github.com/spf13/cobra](https://github.com/spf13/cobra).


Updates `github.com/gin-contrib/logger` from 0.2.6 to 1.1.2
- [Release notes](https://github.com/gin-contrib/logger/releases)
- [Changelog](https://github.com/gin-contrib/logger/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/logger@v0.2.6...v1.1.2)

Updates `github.com/gin-contrib/requestid` from 0.0.6 to 1.0.1
- [Release notes](https://github.com/gin-contrib/requestid/releases)
- [Changelog](https://github.com/gin-contrib/requestid/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/requestid@v0.0.6...v1.0.1)

Updates `github.com/rs/zerolog` from 1.31.0 to 1.32.0
- [Commits](rs/zerolog@v1.31.0...v1.32.0)

Updates `github.com/spf13/cobra` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.7.0...v1.8.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/logger
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-dependencies
- dependency-name: github.com/gin-contrib/requestid
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-dependencies
- dependency-name: github.com/rs/zerolog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 10, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this May 10, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-dependencies-a43711295c branch May 10, 2024 04:43
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.

0 participants