mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-09-11 08:52:30 +00:00
Update dependencies (#1929)
This commit is contained in:
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)
|
||||
|
Reference in New Issue
Block a user