mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-01 23:02:24 -05:00
[chore] update dependencies (#4361)
- codeberg.org/gruf/go-kv/v2 v2.0.5 => v2.0.6 - github.com/coreos/go-oidc/v3 v3.14.1 => v3.15.0 - github.com/miekg/dns v1.1.67 => v1.1.68 - github.com/tdewolff/minify/v2 v2.23.9 => v2.23.11 - github.com/yuin/goldmark v1.7.12 => v1.7.13 - golang.org/x/crypto v0.40.0 => v0.41.0 - golang.org/x/image v0.29.0 => v0.30.0 - golang.org/x/net v0.42.0 => v0.43.0 - golang.org/x/sys v0.34.0 => v0.35.0 - golang.org/x/text v0.27.0 => v0.28.0 - modernc.org/sqlite v1.38.0 => v1.38.2 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4361 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
7af9117e0d
commit
67100809b3
111 changed files with 49874 additions and 40191 deletions
11
vendor/modernc.org/libc/libc_illumos.go
generated
vendored
11
vendor/modernc.org/libc/libc_illumos.go
generated
vendored
|
|
@ -12,6 +12,7 @@ import (
|
|||
"os/exec"
|
||||
"path/filepath"
|
||||
"runtime"
|
||||
|
||||
// "runtime/debug"
|
||||
"time"
|
||||
"unsafe"
|
||||
|
|
@ -26,6 +27,7 @@ import (
|
|||
"modernc.org/libc/limits"
|
||||
"modernc.org/libc/netdb"
|
||||
"modernc.org/libc/netinet/in"
|
||||
|
||||
// "modernc.org/libc/signal"
|
||||
"modernc.org/libc/stdio"
|
||||
"modernc.org/libc/sys/socket"
|
||||
|
|
@ -55,6 +57,8 @@ type (
|
|||
|
||||
type file uintptr
|
||||
|
||||
type Tsize_t = types.Size_t
|
||||
|
||||
func (f file) fd() int32 {
|
||||
panic(todo(""))
|
||||
// return (*stdio.FILE)(unsafe.Pointer(f)).F_fileno
|
||||
|
|
@ -2102,3 +2106,10 @@ func Xclock_gettime(t *TLS, clk_id int32, tp uintptr) int32 {
|
|||
}
|
||||
panic(todo(""))
|
||||
}
|
||||
|
||||
func Xgmtime_r(tls *TLS, t uintptr, tm uintptr) (r uintptr) {
|
||||
if __ccgo_strace {
|
||||
trc("tls=%v t=%v tm=%v, (%v:)", tls, t, tm, origin(2))
|
||||
}
|
||||
panic(todo(""))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue