mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 20:22:26 -05:00
[chore] Update uptrace/bun and modernc/sqlite dependencies (#1598)
* [chore] Update bun from 1.1.10 -> 1.1.12 * [chore] bump modernc/sqlite 1.20.4 -> 1.21.0
This commit is contained in:
parent
d8d5818b47
commit
b344c2c8f4
84 changed files with 127892 additions and 111380 deletions
1
vendor/modernc.org/libc/libc.go
generated
vendored
1
vendor/modernc.org/libc/libc.go
generated
vendored
|
|
@ -611,6 +611,7 @@ func Xisnanl(t *TLS, x float64) int32 { return Bool32(math.IsNaN(x))
|
|||
func Xldexp(t *TLS, x float64, exp int32) float64 { return math.Ldexp(x, int(exp)) }
|
||||
func Xlog(t *TLS, x float64) float64 { return math.Log(x) }
|
||||
func Xlog10(t *TLS, x float64) float64 { return math.Log10(x) }
|
||||
func Xlog2(t *TLS, x float64) float64 { return math.Log2(x) }
|
||||
func Xround(t *TLS, x float64) float64 { return math.Round(x) }
|
||||
func Xsin(t *TLS, x float64) float64 { return math.Sin(x) }
|
||||
func Xsinf(t *TLS, x float32) float32 { return float32(math.Sin(float64(x))) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue