mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 12:02:25 -05:00
[chore]: Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1855)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
23705b31e4
commit
55aacaf4b0
138 changed files with 27543 additions and 25484 deletions
1
vendor/github.com/pelletier/go-toml/v2/unstable/scanner.go
generated
vendored
1
vendor/github.com/pelletier/go-toml/v2/unstable/scanner.go
generated
vendored
|
|
@ -151,7 +151,6 @@ func scanWhitespace(b []byte) ([]byte, []byte) {
|
|||
return b, b[len(b):]
|
||||
}
|
||||
|
||||
//nolint:unparam
|
||||
func scanComment(b []byte) ([]byte, []byte, error) {
|
||||
// comment-start-symbol = %x23 ; #
|
||||
// non-ascii = %x80-D7FF / %xE000-10FFFF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue