Bump the go_modules group across 1 directory with 8 updates#1
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
Bump the go_modules group across 1 directory with 8 updates#1dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the go_modules group with 4 updates in the / directory: [github.com/jackc/pgproto3/v2](https://github.com/jackc/pgproto3), [github.com/labstack/echo/v4](https://github.com/labstack/echo), [golang.org/x/crypto](https://github.com/golang/crypto) and [github.com/jackc/pgx/v4](https://github.com/jackc/pgx). Updates `github.com/jackc/pgproto3/v2` from 2.2.0 to 2.3.3 - [Commits](jackc/pgproto3@v2.2.0...v2.3.3) Updates `github.com/labstack/echo/v4` from 4.6.3 to 4.9.0 - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](labstack/echo@v4.6.3...v4.9.0) Updates `golang.org/x/crypto` from 0.0.0-20220112180741-5e0467b6c7ce to 0.45.0 - [Commits](https://github.com/golang/crypto/commits/v0.45.0) Updates `golang.org/x/net` from 0.0.0-20220114011407-0dd24b26b47d to 0.47.0 - [Commits](https://github.com/golang/net/commits/v0.47.0) Updates `golang.org/x/sys` from 0.0.0-20220114195835-da31bd327af9 to 0.38.0 - [Commits](https://github.com/golang/sys/commits/v0.38.0) Updates `github.com/jackc/pgx/v4` from 4.14.1 to 4.18.2 - [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md) - [Commits](jackc/pgx@v4.14.1...v4.18.2) Updates `golang.org/x/text` from 0.3.7 to 0.31.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.3.7...v0.31.0) Updates `gopkg.in/yaml.v3` from 3.0.0-20210107192922-496545a6307b to 3.0.1 --- updated-dependencies: - dependency-name: github.com/jackc/pgproto3/v2 dependency-version: 2.3.3 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/labstack/echo/v4 dependency-version: 4.9.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/crypto dependency-version: 0.45.0 dependency-type: direct:production dependency-group: go_modules - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/sys dependency-version: 0.38.0 dependency-type: indirect dependency-group: go_modules - dependency-name: github.com/jackc/pgx/v4 dependency-version: 4.18.2 dependency-type: indirect dependency-group: go_modules - dependency-name: golang.org/x/text dependency-version: 0.31.0 dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-version: 3.0.1 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
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_modules group with 4 updates in the / directory: github.com/jackc/pgproto3/v2, github.com/labstack/echo/v4, golang.org/x/crypto and github.com/jackc/pgx/v4.
Updates
github.com/jackc/pgproto3/v2from 2.2.0 to 2.3.3Commits
945c212Backport fixes from pgx v50c0f7b0Add pgx v5 notef59ff94UnmarshalJSON: removing hex decodefd427c0Don't panic when receiving zero bytes with "slice bounds out of range"175856fadd GSS authentication to pgproto3c6ccb4bAddressing feedbacke145003Addressing feedback1d7886bAdding UTsfa2b096fix: Adding overall format before appending ColumnFormatCodesUpdates
github.com/labstack/echo/v4from 4.6.3 to 4.9.0Release notes
Sourced from github.com/labstack/echo/v4's releases.
... (truncated)
Changelog
Sourced from github.com/labstack/echo/v4's changelog.
... (truncated)
Commits
16d3b65Changelog for 4.9.00ac4d74Fix #2259 open redirect vulnerability in echo.StaticDirectoryHandler (used by...d77e8c0Added ErrorHandler and ErrorHandlerWithContext in CSRF middleware (#2257)534bbb8replace POST constance with stdlib constancefb57d96replace GET constance with stdlib constanced48197dChangelog for 4.8.0cba12a5Allow arbitrary HTTP method types to be added as routesa327884add:README.md-Third-party middlewares-github.com/go-woo/protoc-gen-echo61422ddUpdate CI-flow (Go 1.19 +deps)a9879ffMiddlewares should use errors.As() instead of type assertion on HTTPErrorUpdates
golang.org/x/cryptofrom 0.0.0-20220112180741-5e0467b6c7ce to 0.45.0Commits
Updates
golang.org/x/netfrom 0.0.0-20220114011407-0dd24b26b47d to 0.47.0Commits
Updates
golang.org/x/sysfrom 0.0.0-20220114195835-da31bd327af9 to 0.38.0Commits
Updates
github.com/jackc/pgx/v4from 4.14.1 to 4.18.2Changelog
Sourced from github.com/jackc/pgx/v4's changelog.
... (truncated)
Commits
14690dfUpdate changelog779548eUpdate required Go version to 1.1780e9662Update github.com/jackc/pgconn to v1.14.30bf9ac3Fix erroneous test casef94eb0eAlways wrap arguments in parentheses in the SQL sanitizer826a892Fix SQL injection via line comment creation in simple protocol7d882f9Fix *dbTx.Exec not checking if it is already closed1d07b8bgo mod tidy13468ebRelease v4.18.17fed69bsimplify duplicatepgxregistration guardUpdates
golang.org/x/textfrom 0.3.7 to 0.31.0Commits
e7ff6b3go.mod: update golang.org/x dependenciesfbf012ball: use reflect.TypeFor instead of reflect.TypeOfc6abd03go.mod: update golang.org/x dependencies42f038dx/text: fix nil dereference in gotext extracta42f0e2all: use built-in max/min to simplify the codee69f31bgo.mod: update golang.org/x dependencies60c9786all: upgrade go directive to at least 1.24.0 [generated]425d715go.mod: update golang.org/x dependenciesb6d2645go.mod: update golang.org/x dependencies8072180go.mod: update golang.org/x dependenciesUpdates
gopkg.in/yaml.v3from 3.0.0-20210107192922-496545a6307b to 3.0.1Dependabot 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.