mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 08:12:25 -06:00
bumps uptrace/bun dependencies to v1.2.6 (#3569)
This commit is contained in:
parent
a444adee97
commit
3fceb5fc1a
68 changed files with 6517 additions and 194 deletions
6
vendor/github.com/uptrace/bun/internal/util.go
generated
vendored
6
vendor/github.com/uptrace/bun/internal/util.go
generated
vendored
|
|
@ -79,3 +79,9 @@ func indirectNil(v reflect.Value) reflect.Value {
|
|||
}
|
||||
return v
|
||||
}
|
||||
|
||||
// MakeQueryBytes returns zero-length byte slice with capacity of 4096.
|
||||
func MakeQueryBytes() []byte {
|
||||
// TODO: make this configurable?
|
||||
return make([]byte, 0, 4096)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue