chore(deps): bump the go-dependencies group across 1 directory with 5 updates#48
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
chore(deps): bump the go-dependencies group across 1 directory with 5 updates#48dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
… updates Bumps the go-dependencies group with 4 updates in the / directory: [github.com/gin-contrib/logger](https://github.com/gin-contrib/logger), [github.com/gin-contrib/requestid](https://github.com/gin-contrib/requestid), [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) 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.2 - [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.2) Updates `github.com/gin-gonic/gin` from 1.9.1 to 1.10.0 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.9.1...v1.10.0) 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/gin-gonic/gin dependency-type: direct:production update-type: version-update:semver-minor 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] <support@github.com>
Contributor
Author
|
Superseded by #50. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the go-dependencies group with 4 updates in the / directory: github.com/gin-contrib/logger, github.com/gin-contrib/requestid, github.com/gin-gonic/gin and github.com/spf13/cobra.
Updates
github.com/gin-contrib/loggerfrom 0.2.6 to 1.1.2Release notes
Sourced from github.com/gin-contrib/logger's releases.
... (truncated)
Commits
490ede4ci: refine Go project CI/CD workflows4bbe0b8chore: update Go toolchain and dependencies68709d6chore: refine changelog generation process23d5366chore: update third-party dependencies to latest versionsb2c1ea7chore: update third-party dependencies to latest versions8051f72ci: refactor GitHub Actions Go workflow33e5eb0chore: update dependencies to latest versions4ea20b3chore: refine CI workflow and test parameters5a50b5ffix(leak): don't mutate logger, just make events from it (#69)676ffb8chore: update dependencies to latest versionsUpdates
github.com/gin-contrib/requestidfrom 0.0.6 to 1.0.2Release notes
Sourced from github.com/gin-contrib/requestid's releases.
Commits
e4ad2b1chore: update golang.org/x dependencies14d36e1chore: refactor release and testing configurations96bfbdechore: update dependencies and refactor importse944b60chore: refine release process and documentation8a0fcd5chore: refactor linters configuration and remove unused lintersea228bdci: update GitHub Actions configurations8344ce4doc: get request_id from header (#38)9b19025chore: update third-party dependencies to latest versions537ec79ci: update GitHub Actions workflow to use codeql-action/init@v3f4afe99chore: update GitHub actions for Go and Goreleaser workflowsUpdates
github.com/gin-gonic/ginfrom 1.9.1 to 1.10.0Release notes
Sourced from github.com/gin-gonic/gin's releases.
... (truncated)
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
... (truncated)
Commits
75ccf94feat: update version constant to v1.10.0 (#3952)39089afchore: refactor configuration files for better readability (#3951)638aa19chore: update external dependencies to latest versions (#3950)a182195feat(binding): Support custom BindUnmarshaler for binding. (#3933)b4f66e9chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (#3940)f80ade7chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#3941)0397e5echore: update changelog categories and improve documentation (#3917)c6f90dfchore: update various Go dependencies to latest versions (#3901)8acbe65ci(release): refactor changelog regex patterns and exclusions (#3914)56dc72cci(Makefile): vet command add .PHONY (#3915)Updates
github.com/rs/zerologfrom 1.31.0 to 1.32.0Commits
147ae65Fix prettylog piping (#644)4d78dc5Add forwarding close methods to several writer implementations (#636)c1ab4edMake Log.Fatal() call Close on the writer before os.Exit(1) (#634)417580dadd: ContextLogger Interface LogObjectMarshaler (#623)602e90aFixed failing tests (#626)a9ec232Add stacktrace to Context (#630)3e8ae07Refactor: change Hook(h Hook) to Hook(hooks ...Hook) (#629)7fa45a4fixed documentation for tracing hook (#621)93fb5cbAdd TriggerLevelWriter. (#602)83e03c7stop using deprecated io/ioutils package (#620) (#620)Updates
github.com/spf13/cobrafrom 1.7.0 to 1.8.0Release notes
Sourced from github.com/spf13/cobra's releases.
Commits
a0a6ae0Improve API to get flag completion function (#2063)890302aSupport usage as plugin for tools like kubectl (#2018)48cea5cbuild(deps): bump actions/checkout from 3 to 4 (#2028)22953d8Replace all non-alphanumerics in active help env var program prefix (#1940)00b68a1Add tests for flag completion registration (#2053)b711e87Don't complete --help flag when flag parsing disabled (#2061)8b1eba4Fix linter errors (#2052)4cafa37Allow running persistent run hooks of all parents (#2044)5c962a2build(deps): bump github.com/cpuguy83/go-md2man/v2 from 2.0.2 to 2.0.3 (#2047)efe8fa3build(deps): bump actions/setup-go from 3 to 4 (#1934)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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