[chore]: Bump github.com/gin-contrib/gzip from 0.0.6 to 1.0.0 (#2781)

This commit is contained in:
dependabot[bot]
2024-03-25 10:31:19 +00:00
committed by GitHub
parent 7f4a0a1aeb
commit 40ee470536
105 changed files with 81065 additions and 43757 deletions

View File

@ -25,7 +25,7 @@ import (
// Visitor handles the callbacks during preorder traversal of a JSON AST.
//
// According to the JSON RFC8259, a JSON AST can be defined by
// the following rules without seperator / whitespace tokens.
// the following rules without separator / whitespace tokens.
//
// JSON-AST = value
// value = false / null / true / object / array / number / string