mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-04 06:37:45 +00:00
Update dependencies and go1.18 (#1873)
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
This commit is contained in:
2
vendor/modernc.org/libc/poll/capi_darwin_arm64.go
generated
vendored
2
vendor/modernc.org/libc/poll/capi_darwin_arm64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o poll/poll_darwin_arm64.go -pkgname poll', DO NOT EDIT.
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o poll/poll_darwin_arm64.go -pkgname poll', DO NOT EDIT.
|
||||
|
||||
package poll
|
||||
|
||||
|
2
vendor/modernc.org/libc/poll/capi_linux_amd64.go
generated
vendored
2
vendor/modernc.org/libc/poll/capi_linux_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o poll/poll_linux_amd64.go -pkgname poll', DO NOT EDIT.
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o poll/poll_linux_amd64.go -pkgname poll', DO NOT EDIT.
|
||||
|
||||
package poll
|
||||
|
||||
|
56
vendor/modernc.org/libc/poll/poll_darwin_arm64.go
generated
vendored
56
vendor/modernc.org/libc/poll/poll_darwin_arm64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o poll/poll_darwin_arm64.go -pkgname poll', DO NOT EDIT.
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o poll/poll_darwin_arm64.go -pkgname poll', DO NOT EDIT.
|
||||
|
||||
package poll
|
||||
|
||||
@ -15,33 +15,33 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
POLLATTRIB = 0x0400
|
||||
POLLERR = 0x0008
|
||||
POLLEXTEND = 0x0200
|
||||
POLLHUP = 0x0010
|
||||
POLLIN = 0x0001
|
||||
POLLNLINK = 0x0800
|
||||
POLLNVAL = 0x0020
|
||||
POLLOUT = 0x0004
|
||||
POLLPRI = 0x0002
|
||||
POLLRDBAND = 0x0080
|
||||
POLLRDNORM = 0x0040
|
||||
POLLSTANDARD = 511
|
||||
POLLWRBAND = 0x0100
|
||||
POLLWRITE = 0x1000
|
||||
POLLWRNORM = 4
|
||||
X_CDEFS_H_ = 0
|
||||
X_DARWIN_FEATURE_64_BIT_INODE = 1
|
||||
X_DARWIN_FEATURE_ONLY_64_BIT_INODE = 1
|
||||
X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1
|
||||
X_DARWIN_FEATURE_ONLY_VERS_1050 = 1
|
||||
X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_LP64 = 1
|
||||
X_Nonnull = 0
|
||||
X_Null_unspecified = 0
|
||||
X_Nullable = 0
|
||||
X_SYS_POLL_H_ = 0
|
||||
POLLATTRIB = 0x0400 // poll.h:81:1:
|
||||
POLLERR = 0x0008 // poll.h:89:1:
|
||||
POLLEXTEND = 0x0200 // poll.h:80:1:
|
||||
POLLHUP = 0x0010 // poll.h:90:1:
|
||||
POLLIN = 0x0001 // poll.h:68:1:
|
||||
POLLNLINK = 0x0800 // poll.h:82:1:
|
||||
POLLNVAL = 0x0020 // poll.h:91:1:
|
||||
POLLOUT = 0x0004 // poll.h:70:1:
|
||||
POLLPRI = 0x0002 // poll.h:69:1:
|
||||
POLLRDBAND = 0x0080 // poll.h:73:1:
|
||||
POLLRDNORM = 0x0040 // poll.h:71:1:
|
||||
POLLSTANDARD = 511 // poll.h:93:1:
|
||||
POLLWRBAND = 0x0100 // poll.h:74:1:
|
||||
POLLWRITE = 0x1000 // poll.h:83:1:
|
||||
POLLWRNORM = 4 // poll.h:72:1:
|
||||
X_CDEFS_H_ = 0 // cdefs.h:68:1:
|
||||
X_DARWIN_FEATURE_64_BIT_INODE = 1 // cdefs.h:774:1:
|
||||
X_DARWIN_FEATURE_ONLY_64_BIT_INODE = 1 // cdefs.h:784:1:
|
||||
X_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE = 1 // cdefs.h:800:1:
|
||||
X_DARWIN_FEATURE_ONLY_VERS_1050 = 1 // cdefs.h:792:1:
|
||||
X_DARWIN_FEATURE_UNIX_CONFORMANCE = 3 // cdefs.h:808:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_LP64 = 1 // <predefined>:1:1:
|
||||
X_Nonnull = 0 // cdefs.h:268:1:
|
||||
X_Null_unspecified = 0 // cdefs.h:271:1:
|
||||
X_Nullable = 0 // cdefs.h:265:1:
|
||||
X_SYS_POLL_H_ = 0 // poll.h:58:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
|
46
vendor/modernc.org/libc/poll/poll_linux_amd64.go
generated
vendored
46
vendor/modernc.org/libc/poll/poll_linux_amd64.go
generated
vendored
@ -1,4 +1,4 @@
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o poll/poll_linux_amd64.go -pkgname poll', DO NOT EDIT.
|
||||
// Code generated by 'ccgo poll/gen.c -crt-import-path "" -export-defines "" -export-enums "" -export-externs X -export-fields F -export-structs "" -export-typedefs "" -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o poll/poll_linux_amd64.go -pkgname poll', DO NOT EDIT.
|
||||
|
||||
package poll
|
||||
|
||||
@ -15,28 +15,28 @@ var _ atomic.Value
|
||||
var _ unsafe.Pointer
|
||||
|
||||
const (
|
||||
POLLERR = 0x008
|
||||
POLLHUP = 0x010
|
||||
POLLIN = 0x001
|
||||
POLLNVAL = 0x020
|
||||
POLLOUT = 0x004
|
||||
POLLPRI = 0x002
|
||||
POLLRDBAND = 0x080
|
||||
POLLRDNORM = 0x040
|
||||
POLLWRBAND = 0x200
|
||||
POLLWRNORM = 0x100
|
||||
X_ATFILE_SOURCE = 1
|
||||
X_DEFAULT_SOURCE = 1
|
||||
X_FEATURES_H = 1
|
||||
X_FILE_OFFSET_BITS = 64
|
||||
X_LP64 = 1
|
||||
X_POSIX_C_SOURCE = 200809
|
||||
X_POSIX_SOURCE = 1
|
||||
X_STDC_PREDEF_H = 1
|
||||
X_SYS_CDEFS_H = 1
|
||||
X_SYS_POLL_H = 1
|
||||
Linux = 1
|
||||
Unix = 1
|
||||
POLLERR = 0x008 // poll.h:47:1:
|
||||
POLLHUP = 0x010 // poll.h:48:1:
|
||||
POLLIN = 0x001 // poll.h:25:1:
|
||||
POLLNVAL = 0x020 // poll.h:49:1:
|
||||
POLLOUT = 0x004 // poll.h:27:1:
|
||||
POLLPRI = 0x002 // poll.h:26:1:
|
||||
POLLRDBAND = 0x080 // poll.h:32:1:
|
||||
POLLRDNORM = 0x040 // poll.h:31:1:
|
||||
POLLWRBAND = 0x200 // poll.h:34:1:
|
||||
POLLWRNORM = 0x100 // poll.h:33:1:
|
||||
X_ATFILE_SOURCE = 1 // features.h:342:1:
|
||||
X_DEFAULT_SOURCE = 1 // features.h:227:1:
|
||||
X_FEATURES_H = 1 // features.h:19:1:
|
||||
X_FILE_OFFSET_BITS = 64 // <builtin>:25:1:
|
||||
X_LP64 = 1 // <predefined>:284:1:
|
||||
X_POSIX_C_SOURCE = 200809 // features.h:281:1:
|
||||
X_POSIX_SOURCE = 1 // features.h:279:1:
|
||||
X_STDC_PREDEF_H = 1 // <predefined>:162:1:
|
||||
X_SYS_CDEFS_H = 1 // cdefs.h:19:1:
|
||||
X_SYS_POLL_H = 1 // poll.h:20:1:
|
||||
Linux = 1 // <predefined>:231:1:
|
||||
Unix = 1 // <predefined>:177:1:
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
|
Reference in New Issue
Block a user