mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-24 12:33:31 -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
5
vendor/modernc.org/libc/honnef.co/go/netdb/netdb.go
generated
vendored
5
vendor/modernc.org/libc/honnef.co/go/netdb/netdb.go
generated
vendored
|
|
@ -747,6 +747,11 @@ func init() {
|
|||
continue
|
||||
}
|
||||
|
||||
// https://gitlab.com/cznic/libc/-/issues/25
|
||||
if strings.Index(fields[1], "/") < 0 {
|
||||
continue
|
||||
}
|
||||
|
||||
name := fields[0]
|
||||
portproto := strings.SplitN(fields[1], "/", 2)
|
||||
port, err := strconv.ParseInt(portproto[0], 10, 32)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue