build: bump wasmtime-go to v43.0.2

Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
Stephan Renatus
2026-04-14 09:22:47 +02:00
committed by Stephan Renatus
parent 42baad2bc4
commit b530a7dd2e
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"strconv"
"time"
wasmtime "github.com/bytecodealliance/wasmtime-go/v39"
wasmtime "github.com/bytecodealliance/wasmtime-go/v43"
"github.com/open-policy-agent/opa/v1/ast"
"github.com/open-policy-agent/opa/v1/metrics"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"context"
"sync"
wasmtime "github.com/bytecodealliance/wasmtime-go/v39"
wasmtime "github.com/bytecodealliance/wasmtime-go/v43"
"github.com/open-policy-agent/opa/internal/wasm/sdk/opa/errors"
"github.com/open-policy-agent/opa/internal/wasm/util"
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"strings"
"time"
wasmtime "github.com/bytecodealliance/wasmtime-go/v39"
wasmtime "github.com/bytecodealliance/wasmtime-go/v43"
sdk_errors "github.com/open-policy-agent/opa/internal/wasm/sdk/opa/errors"
"github.com/open-policy-agent/opa/internal/wasm/util"