mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
build: bump wasmtime-go to v43.0.2
Signed-off-by: Stephan Renatus <stephan.renatus@gmail.com>
This commit is contained in:
committed by
Stephan Renatus
parent
42baad2bc4
commit
b530a7dd2e
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user