mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-05 14:04:02 +00:00
Update dependencies and remove old matterclient lib (#2067)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user