hasanawad94 / gin

Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
https://gin-gonic.com/
MIT License
0 stars 0 forks source link

fix(deps): update module github.com/goccy/go-json to v0.9.4 #1

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/goccy/go-json require patch v0.9.0 -> v0.9.4

Release Notes

goccy/go-json ### [`v0.9.4`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v094---20220121) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.3...v0.9.4) - Fix IsNilForMarshaler for string type with omitempty ( [#​323](https://togithub.com/goccy/go-json/issues/323) ) - Fix the case where the embedded field is at the end ( [#​326](https://togithub.com/goccy/go-json/issues/326) ) ### [`v0.9.3`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v093---20220114) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.2...v0.9.3) - Fix logic of removing struct field for decoder ( [#​322](https://togithub.com/goccy/go-json/issues/322) ) ### [`v0.9.2`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v092---20220114) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.1...v0.9.2) - Add invalid decoder to delay type error judgment at decode ( [#​321](https://togithub.com/goccy/go-json/issues/321) ) ### [`v0.9.1`](https://togithub.com/goccy/go-json/blob/HEAD/CHANGELOG.md#v091---20220111) [Compare Source](https://togithub.com/goccy/go-json/compare/v0.9.0...v0.9.1) - Fix encoding of MarshalText/MarshalJSON operation with head offset ( [#​319](https://togithub.com/goccy/go-json/issues/319) )

Configuration

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



This PR has been generated by WhiteSource Renovate. View repository job log here.