Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump wasmtime-go to v3 #5422

Merged
merged 1 commit into from Nov 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -6,7 +6,7 @@ require (
github.com/OneOfOne/xxhash v1.2.8
github.com/agnivade/levenshtein v1.1.1
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/bytecodealliance/wasmtime-go v1.0.0
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2
github.com/containerd/containerd v1.6.10
github.com/dgraph-io/badger/v3 v3.2103.4
github.com/fortytw2/leaktest v1.3.0
Expand Down
886 changes: 2 additions & 884 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion internal/wasm/sdk/internal/wasm/bindings.go
Expand Up @@ -16,7 +16,7 @@ import (
"strconv"
"time"

"github.com/bytecodealliance/wasmtime-go"
wasmtime "github.com/bytecodealliance/wasmtime-go/v3"

"github.com/open-policy-agent/opa/ast"
"github.com/open-policy-agent/opa/metrics"
Expand Down
2 changes: 1 addition & 1 deletion internal/wasm/sdk/internal/wasm/pool.go
Expand Up @@ -9,7 +9,7 @@ import (
"context"
"sync"

"github.com/bytecodealliance/wasmtime-go"
wasmtime "github.com/bytecodealliance/wasmtime-go/v3"

"github.com/open-policy-agent/opa/internal/wasm/sdk/opa/errors"
"github.com/open-policy-agent/opa/internal/wasm/util"
Expand Down
2 changes: 1 addition & 1 deletion internal/wasm/sdk/internal/wasm/vm.go
Expand Up @@ -14,7 +14,7 @@ import (
"strings"
"time"

"github.com/bytecodealliance/wasmtime-go"
wasmtime "github.com/bytecodealliance/wasmtime-go/v3"

"github.com/open-policy-agent/opa/ast"
sdk_errors "github.com/open-policy-agent/opa/internal/wasm/sdk/opa/errors"
Expand Down
22 changes: 0 additions & 22 deletions vendor/github.com/bytecodealliance/wasmtime-go/includebuild.go

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.