update deps
This commit is contained in:
+5
-1
@@ -1036,7 +1036,11 @@ func Xuuid_parse(t *TLS, in uintptr, uu uintptr) int32 {
|
||||
|
||||
// void uuid_generate_random(uuid_t out);
|
||||
func Xuuid_generate_random(t *TLS, out uintptr) {
|
||||
panic(todo(""))
|
||||
if __ccgo_strace {
|
||||
trc("t=%v out=%v, (%v:)", t, out, origin(2))
|
||||
}
|
||||
x := guuid.New()
|
||||
copy((*RawMem)(unsafe.Pointer(out))[:], x[:])
|
||||
}
|
||||
|
||||
// void uuid_unparse(uuid_t uu, char *out);
|
||||
|
||||
+209
-17
File diff suppressed because it is too large
Load Diff
+209
-17
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+2598
-2411
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+206
-19
File diff suppressed because one or more lines are too long
+204
-17
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+204
-17
File diff suppressed because it is too large
Load Diff
+204
-18
File diff suppressed because it is too large
Load Diff
Vendored
+2
-2
@@ -262,7 +262,7 @@ maunium.net/go/mautrix/sqlstatestore
|
||||
# modernc.org/gc/v3 v3.0.0-20240304020402-f0dba7c97c2b
|
||||
## explicit; go 1.20
|
||||
modernc.org/gc/v3
|
||||
# modernc.org/libc v1.50.6
|
||||
# modernc.org/libc v1.50.7
|
||||
## explicit; go 1.20
|
||||
modernc.org/libc
|
||||
modernc.org/libc/errno
|
||||
@@ -296,7 +296,7 @@ modernc.org/mathutil
|
||||
# modernc.org/memory v1.8.0
|
||||
## explicit; go 1.18
|
||||
modernc.org/memory
|
||||
# modernc.org/sqlite v1.29.9
|
||||
# modernc.org/sqlite v1.29.10
|
||||
## explicit; go 1.20
|
||||
modernc.org/sqlite
|
||||
modernc.org/sqlite/lib
|
||||
|
||||
Reference in New Issue
Block a user