Skip to content

Commit

Permalink
fix(deps): update module github.com/gin-gonic/gin to v1.9.1 (#41)
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/gin-gonic/gin](https://togithub.com/gin-gonic/gin) |
require | minor | `v1.8.2` -> `v1.9.1` |

---

### Release Notes

<details>
<summary>gin-gonic/gin (github.com/gin-gonic/gin)</summary>

###
[`v1.9.1`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v191)

[Compare
Source](https://togithub.com/gin-gonic/gin/compare/v1.9.0...v1.9.1)

##### BUG FIXES

- fix Request.Context() checks
[#&#8203;3512](https://togithub.com/gin-gonic/gin/pull/3512)

##### SECURITY

- fix lack of escaping of filename in Content-Disposition
[#&#8203;3556](https://togithub.com/gin-gonic/gin/pull/3556)

##### ENHANCEMENTS

- refactor: use bytes.ReplaceAll directly
[#&#8203;3455](https://togithub.com/gin-gonic/gin/pull/3455)
- convert strings and slices using the officially recommended way
[#&#8203;3344](https://togithub.com/gin-gonic/gin/pull/3344)
- improve render code coverage
[#&#8203;3525](https://togithub.com/gin-gonic/gin/pull/3525)

##### DOCS

- docs: changed documentation link for trusted proxies
[#&#8203;3575](https://togithub.com/gin-gonic/gin/pull/3575)
- chore: improve linting, testing, and GitHub Actions setup
[#&#8203;3583](https://togithub.com/gin-gonic/gin/pull/3583)

###
[`v1.9.0`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v190)

[Compare
Source](https://togithub.com/gin-gonic/gin/compare/v1.8.2...v1.9.0)

##### BREAK CHANGES

- Stop useless panicking in context and render
[#&#8203;2150](https://togithub.com/gin-gonic/gin/pull/2150)

##### BUG FIXES

- fix(router): tree bug where loop index is not decremented.
[#&#8203;3460](https://togithub.com/gin-gonic/gin/pull/3460)
- fix(context): panic on NegotiateFormat - index out of range
[#&#8203;3397](https://togithub.com/gin-gonic/gin/pull/3397)
- Add escape logic for header
[#&#8203;3500](https://togithub.com/gin-gonic/gin/pull/3500) and
[#&#8203;3503](https://togithub.com/gin-gonic/gin/pull/3503)

##### SECURITY

- Fix the GO-2022-0969 and GO-2022-0288 vulnerabilities
[#&#8203;3333](https://togithub.com/gin-gonic/gin/pull/3333)
- fix(security): vulnerability GO-2023-1571
[#&#8203;3505](https://togithub.com/gin-gonic/gin/pull/3505)

##### ENHANCEMENTS

- feat: add sonic json support
[#&#8203;3184](https://togithub.com/gin-gonic/gin/pull/3184)
- chore(file): Creates a directory named path
[#&#8203;3316](https://togithub.com/gin-gonic/gin/pull/3316)
- fix: modify interface check way
[#&#8203;3327](https://togithub.com/gin-gonic/gin/pull/3327)
- remove deprecated of package io/ioutil
[#&#8203;3395](https://togithub.com/gin-gonic/gin/pull/3395)
- refactor: avoid calling strings.ToLower twice
[#&#8203;3343](https://togithub.com/gin-gonic/gin/pull/3433)
- console logger HTTP status code bug fixed
[#&#8203;3453](https://togithub.com/gin-gonic/gin/pull/3453)
- chore(yaml): upgrade dependency to v3 version
[#&#8203;3456](https://togithub.com/gin-gonic/gin/pull/3456)
- chore(router): match method added to routergroup for multiple HTTP
methods supporting
[#&#8203;3464](https://togithub.com/gin-gonic/gin/pull/3464)
- chore(http): add support for go1.20 http.rwUnwrapper to
gin.responseWriter
[#&#8203;3489](https://togithub.com/gin-gonic/gin/pull/3489)

##### DOCS

- docs: update markdown format
[#&#8203;3260](https://togithub.com/gin-gonic/gin/pull/3260)
- docs(readme): Add the TOML rendering example
[#&#8203;3400](https://togithub.com/gin-gonic/gin/pull/3400)
- docs(readme): move more example to docs/doc.md
[#&#8203;3449](https://togithub.com/gin-gonic/gin/pull/3449)
- docs: update markdown format
[#&#8203;3446](https://togithub.com/gin-gonic/gin/pull/3446)

</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/PingCAP-QE/ee-apps).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 9, 2023
1 parent bc1e6c4 commit d219ab2
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 44 deletions.
35 changes: 20 additions & 15 deletions tibuild/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,50 +6,55 @@ require (
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/gin-contrib/requestid v0.0.6
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.8.2
github.com/gin-gonic/gin v1.9.1
github.com/jinzhu/configor v1.2.2
github.com/stretchr/testify v1.8.4
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.5.3
github.com/swaggo/swag v1.8.9
golang.org/x/net v0.7.0
golang.org/x/net v0.10.0
gorm.io/driver/mysql v1.4.5
gorm.io/gorm v1.24.3
)

require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/bytedance/sonic v1.9.1 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
github.com/gin-contrib/sse v0.1.0 // indirect
github.com/go-openapi/jsonpointer v0.19.6 // indirect
github.com/go-openapi/jsonreference v0.20.1 // indirect
github.com/go-openapi/spec v0.20.7 // indirect
github.com/go-openapi/swag v0.22.3 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/go-playground/validator/v10 v10.14.0 // indirect
github.com/go-sql-driver/mysql v1.7.0 // indirect
github.com/goccy/go-json v0.10.0 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/ugorji/go/codec v1.2.8 // indirect
golang.org/x/crypto v0.5.0 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
golang.org/x/tools v0.5.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
golang.org/x/arch v0.3.0 // indirect
golang.org/x/crypto v0.9.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.6.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
Loading

0 comments on commit d219ab2

Please sign in to comment.