Update dependencies and build to go1.22 (#2113)
* Update dependencies and build to go1.22 * Fix api changes wrt to dependencies * Update golangci config
This commit is contained in:
3
vendor/github.com/vmihailenco/msgpack/v5/decode_query.go
generated
vendored
3
vendor/github.com/vmihailenco/msgpack/v5/decode_query.go
generated
vendored
@@ -11,9 +11,8 @@ import (
|
||||
type queryResult struct {
|
||||
query string
|
||||
key string
|
||||
values []interface{}
|
||||
hasAsterisk bool
|
||||
|
||||
values []interface{}
|
||||
}
|
||||
|
||||
func (q *queryResult) nextKey() {
|
||||
|
||||
Reference in New Issue
Block a user