mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 01:43:01 -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
3
vendor/modernc.org/libc/libc_darwin.go
generated
vendored
3
vendor/modernc.org/libc/libc_darwin.go
generated
vendored
|
|
@ -13,6 +13,7 @@ import (
|
|||
"os/exec"
|
||||
gosignal "os/signal"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
"strings"
|
||||
"syscall"
|
||||
gotime "time"
|
||||
|
|
@ -383,6 +384,8 @@ func Xsysconf(t *TLS, name int32) long {
|
|||
switch name {
|
||||
case unistd.X_SC_PAGESIZE:
|
||||
return long(unix.Getpagesize())
|
||||
case unistd.X_SC_NPROCESSORS_ONLN:
|
||||
return long(runtime.NumCPU())
|
||||
}
|
||||
|
||||
panic(todo(""))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue