Skip to content

Commit

Permalink
Update module github.com/labstack/echo/v4 to v4.11.2 (#46)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/labstack/echo/v4](https://togithub.com/labstack/echo) |
require | minor | `v4.10.2` -> `v4.11.2` |

---

### Release Notes

<details>
<summary>labstack/echo (github.com/labstack/echo/v4)</summary>

###
[`v4.11.2`](https://togithub.com/labstack/echo/blob/HEAD/CHANGELOG.md#v4112---2023-10-11)

[Compare
Source](https://togithub.com/labstack/echo/compare/v4.11.1...v4.11.2)

**Security**

- Bump golang.org/x/net to prevent CVE-2023-39325 / CVE-2023-44487
HTTP/2 Rapid Reset Attack
[#&#8203;2527](https://togithub.com/labstack/echo/pull/2527)
- fix(sec): randomString bias introduced by
[#&#8203;2490](https://togithub.com/labstack/echo/issues/2490)
[#&#8203;2492](https://togithub.com/labstack/echo/pull/2492)
- CSRF/RequestID mw: switch math/random usage to crypto/random
[#&#8203;2490](https://togithub.com/labstack/echo/pull/2490)

**Enhancements**

- Delete unused context in body_limit.go
[#&#8203;2483](https://togithub.com/labstack/echo/pull/2483)
- Use Go 1.21 in CI
[#&#8203;2505](https://togithub.com/labstack/echo/pull/2505)
- Fix some typos
[#&#8203;2511](https://togithub.com/labstack/echo/pull/2511)
- Allow CORS middleware to send Access-Control-Max-Age: 0
[#&#8203;2518](https://togithub.com/labstack/echo/pull/2518)
- Bump dependancies
[#&#8203;2522](https://togithub.com/labstack/echo/pull/2522)

###
[`v4.11.1`](https://togithub.com/labstack/echo/blob/HEAD/CHANGELOG.md#v4111---2023-07-16)

[Compare
Source](https://togithub.com/labstack/echo/compare/v4.11.0...v4.11.1)

**Fixes**

- Fix `Gzip` middleware not sending response code for no content
responses (404, 301/302 redirects etc)
[#&#8203;2481](https://togithub.com/labstack/echo/pull/2481)

###
[`v4.11.0`](https://togithub.com/labstack/echo/blob/HEAD/CHANGELOG.md#v4110---2023-07-14)

[Compare
Source](https://togithub.com/labstack/echo/compare/v4.10.2...v4.11.0)

**Fixes**

- Fixes the proxy middleware concurrency issue of calling the Next()
proxy target on Round Robin Balancer
[#&#8203;2409](https://togithub.com/labstack/echo/pull/2409)
- Fix `group.RouteNotFound` not working when group has attached
middlewares [#&#8203;2411](https://togithub.com/labstack/echo/pull/2411)
- Fix global error handler return error message when message is an error
[#&#8203;2456](https://togithub.com/labstack/echo/pull/2456)
- Do not use global timeNow variables
[#&#8203;2477](https://togithub.com/labstack/echo/pull/2477)

**Enhancements**

- Added a optional config variable to disable centralized error handler
in recovery middleware
[#&#8203;2410](https://togithub.com/labstack/echo/pull/2410)
- refactor: use `strings.ReplaceAll` directly
[#&#8203;2424](https://togithub.com/labstack/echo/pull/2424)
- Add support for Go1.20 `http.rwUnwrapper` to Response struct
[#&#8203;2425](https://togithub.com/labstack/echo/pull/2425)
- Check whether is nil before invoking centralized error handling
[#&#8203;2429](https://togithub.com/labstack/echo/pull/2429)
- Proper colon support in `echo.Reverse` method
[#&#8203;2416](https://togithub.com/labstack/echo/pull/2416)
- Fix misuses of a vs an in documentation comments
[#&#8203;2436](https://togithub.com/labstack/echo/pull/2436)
- Add link to slog.Handler library for Echo logging into README.md
[#&#8203;2444](https://togithub.com/labstack/echo/pull/2444)
- In proxy middleware Support retries of failed proxy requests
[#&#8203;2414](https://togithub.com/labstack/echo/pull/2414)
- gofmt fixes to comments
[#&#8203;2452](https://togithub.com/labstack/echo/pull/2452)
- gzip response only if it exceeds a minimal length
[#&#8203;2267](https://togithub.com/labstack/echo/pull/2267)
- Upgrade packages
[#&#8203;2475](https://togithub.com/labstack/echo/pull/2475)

</details>

---

### Configuration

📅 **Schedule**: 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/infratographer/location-api).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMS41IiwidXBkYXRlZEluVmVyIjoiMzcuMzEuNSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 26, 2023
1 parent ca12250 commit 53e061a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require (
github.com/Yamashou/gqlgenc v0.15.1
github.com/brianvoe/gofakeit/v6 v6.24.0
github.com/hashicorp/go-multierror v1.1.1
github.com/labstack/echo/v4 v4.10.2
github.com/labstack/echo/v4 v4.11.2
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.17
github.com/mitchellh/go-homedir v1.1.0
Expand Down Expand Up @@ -142,12 +142,12 @@ require (
go.step.sm/crypto v0.31.2 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20230713183714-613f0c0eb8a1 // indirect
golang.org/x/mod v0.12.0 // indirect
golang.org/x/net v0.15.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/sys v0.13.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/time v0.3.0 // indirect
golang.org/x/tools v0.13.0 // indirect
Expand Down
8 changes: 8 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ github.com/labstack/echo-jwt/v4 v4.2.0 h1:odSISV9JgcSCuhgQSV/6Io3i7nUmfM/QkBeR5G
github.com/labstack/echo-jwt/v4 v4.2.0/go.mod h1:MA2RqdXdEn4/uEglx0HcUOgQSyBaTh5JcaHIan3biwU=
github.com/labstack/echo/v4 v4.10.2 h1:n1jAhnq/elIFTHr1EYpiYtyKgx4RW9ccVgkqByZaN2M=
github.com/labstack/echo/v4 v4.10.2/go.mod h1:OEyqf2//K1DFdE57vw2DRgWY0M7s65IVQO2FzvI4J5k=
github.com/labstack/echo/v4 v4.11.2 h1:T+cTLQxWCDfqDEoydYm5kCobjmHwOwcv4OJAPHilmdE=
github.com/labstack/echo/v4 v4.11.2/go.mod h1:UcGuQ8V6ZNRmSweBIJkPvGfwCMIlFmiqrPqiEBfPYws=
github.com/labstack/gommon v0.4.0 h1:y7cvthEAEbU0yHOf4axH8ZG2NH8knB9iNSoTO8dyIk8=
github.com/labstack/gommon v0.4.0/go.mod h1:uW6kP17uPlLJsD3ijUYn3/M5bAxtlZhMI6m3MFxTMTM=
github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo=
Expand Down Expand Up @@ -596,6 +598,8 @@ golang.org/x/crypto v0.11.0 h1:6Ewdq3tDic1mg5xRO4milcWCfMVQhI4NkqWWvqejpuA=
golang.org/x/crypto v0.11.0/go.mod h1:xgJhtzW8F9jGdVFWZESrid1U1bjeNy4zgy5cRr/CIio=
golang.org/x/crypto v0.13.0 h1:mvySKfSWJ+UKUii46M40LOvyWfN0s2U+46/jDd0e6Ck=
golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliYc=
golang.org/x/crypto v0.14.0 h1:wBqGXzWJW6m1XrIKlAH0Hs1JJ7+9KBwnIO8v66Q9cHc=
golang.org/x/crypto v0.14.0/go.mod h1:MVFd36DqK4CsrnJYDkBA3VC4m2GkXAM0PvzMCn4JQf4=
golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
Expand Down Expand Up @@ -674,6 +678,8 @@ golang.org/x/net v0.12.0 h1:cfawfvKITfUsFCeJIHJrbSxpeu/E81khclypR0GVT50=
golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
golang.org/x/net v0.15.0 h1:ugBLEUaxABaB5AJqW9enI0ACdci2RUd4eP51NTBvuJ8=
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
golang.org/x/net v0.17.0 h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=
golang.org/x/net v0.17.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
Expand Down Expand Up @@ -758,6 +764,8 @@ golang.org/x/sys v0.10.0 h1:SqMFp9UcQJZa+pmYuAKjd9xq1f0j5rLcDIk0mj4qAsA=
golang.org/x/sys v0.10.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.12.0 h1:CM0HF96J0hcLAwsHPJZjfdNzs0gftsLfgKt57wWHJ0o=
golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.13.0 h1:Af8nKPmuFypiUBjVoU9V20FiaFXOcuZI21p0ycVYYGE=
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
Expand Down

0 comments on commit 53e061a

Please sign in to comment.