From 6a3b09a507aca0498845d9118a21a82bb5054301 Mon Sep 17 00:00:00 2001 From: kim Date: Mon, 10 Nov 2025 07:29:48 +0100 Subject: [chore] update dependencies (#4547) - codeberg.org/gruf/go-ffmpreg: v0.6.12 -> v0.6.14 - github.com/ncruces/go-sqlite3: v0.30.0 -> v0.30.1 - github.com/wazero/wazero: v1.9.0 -> v1.10.0 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4547 Co-authored-by: kim Co-committed-by: kim --- vendor/github.com/tetratelabs/wazero/sys/stat_linux.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/github.com/tetratelabs/wazero/sys/stat_linux.go') diff --git a/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go b/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go index 9b5e20e8d..dded36347 100644 --- a/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go +++ b/vendor/github.com/tetratelabs/wazero/sys/stat_linux.go @@ -1,4 +1,4 @@ -//go:build (amd64 || arm64 || riscv64) && linux +//go:build (amd64 || arm64 || ppc64le || riscv64 || s390x) && linux // Note: This expression is not the same as compiler support, even if it looks // similar. Platform functions here are used in interpreter mode as well. -- cgit v1.2.3