mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-11 04:07:30 -06:00
[chore] Bump database dependencies (#1164)
github.com/uptrace/bun v1.1.8 -> v1.1.9 github.com/uptrace/bun/pgdialect v1.1.8 -> v1.1.9 github.com/uptrace/bun/sqlitedialect v1.1.8 -> v1.1.9 modernc.org/sqlite v1.18.2 -> v1.19.5
This commit is contained in:
parent
fe39d50e09
commit
daf44ac2b7
529 changed files with 971879 additions and 1370194 deletions
2
vendor/modernc.org/libc/etc.go
generated
vendored
2
vendor/modernc.org/libc/etc.go
generated
vendored
|
|
@ -212,6 +212,8 @@ func (t *TLS) Close() {
|
|||
|
||||
atomic.AddInt32(&tlsBalance, -1)
|
||||
}
|
||||
t.pthreadData.close(t)
|
||||
*t = TLS{}
|
||||
}
|
||||
|
||||
// Alloc allocates n bytes of thread-local storage. It must be paired with a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue