mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 12:22:26 -05:00
[chore]: Bump github.com/gin-contrib/gzip from 1.1.0 to 1.2.2 (#3693)
Bumps [github.com/gin-contrib/gzip](https://github.com/gin-contrib/gzip) from 1.1.0 to 1.2.2. - [Release notes](https://github.com/gin-contrib/gzip/releases) - [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml) - [Commits](https://github.com/gin-contrib/gzip/compare/v1.1.0...v1.2.2) --- updated-dependencies: - dependency-name: github.com/gin-contrib/gzip dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
2a46681147
commit
5c96702cb5
80 changed files with 5055 additions and 114881 deletions
2
vendor/github.com/bytedance/sonic/ast/api_compat.go
generated
vendored
2
vendor/github.com/bytedance/sonic/ast/api_compat.go
generated
vendored
|
|
@ -34,7 +34,7 @@ func quote(buf *[]byte, val string) {
|
|||
quoteString(buf, val)
|
||||
}
|
||||
|
||||
// unquote unescapes a internal JSON string (it doesn't count quotas at the begining and end)
|
||||
// unquote unescapes an internal JSON string (it doesn't count quotas at the beginning and end)
|
||||
func unquote(src string) (string, types.ParsingError) {
|
||||
sp := rt.IndexChar(src, -1)
|
||||
out, ok := unquoteBytes(rt.BytesFrom(sp, len(src)+2, len(src)+2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue