mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-28 07:33:32 -06:00
[chore]: Bump modernc.org/sqlite from 1.26.0 to 1.27.0 (#2339)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
41435a6c4e
commit
28f85db30a
20 changed files with 526 additions and 143 deletions
3
vendor/modernc.org/libc/time/time_linux_amd64.go
generated
vendored
3
vendor/modernc.org/libc/time/time_linux_amd64.go
generated
vendored
|
|
@ -61,6 +61,9 @@ const (
|
|||
X_T_SIZE_ = 0 // stddef.h:185:1:
|
||||
Linux = 1 // <predefined>:231:1:
|
||||
Unix = 1 // <predefined>:177:1:
|
||||
|
||||
// #define CLOCKS_PER_SEC ((__clock_t) 1000000)
|
||||
CLOCKS_PER_SEC = 1000000
|
||||
)
|
||||
|
||||
type Ptrdiff_t = int64 /* <builtin>:3:26 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue