mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
Upgrade github.com/bytecodealliance/wasmtime-go (#3483)
Signed-off-by: Olivier Lemasle <o.lemasle@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@ go 1.15
|
||||
|
||||
require (
|
||||
github.com/OneOfOne/xxhash v1.2.8
|
||||
github.com/bytecodealliance/wasmtime-go v0.26.1
|
||||
github.com/bytecodealliance/wasmtime-go v0.27.0
|
||||
github.com/fortytw2/leaktest v1.3.0
|
||||
github.com/fsnotify/fsnotify v1.4.9
|
||||
github.com/ghodss/yaml v1.0.0
|
||||
|
||||
@@ -95,8 +95,8 @@ github.com/bkielbasa/cyclop v1.2.0 h1:7Jmnh0yL2DjKfw28p86YTd/B4lRGcNuu12sKE35sM7
|
||||
github.com/bkielbasa/cyclop v1.2.0/go.mod h1:qOI0yy6A7dYC4Zgsa72Ppm9kONl0RoIlPbzot9mhmeI=
|
||||
github.com/bombsimon/wsl/v3 v3.3.0 h1:Mka/+kRLoQJq7g2rggtgQsjuI/K5Efd87WX96EWFxjM=
|
||||
github.com/bombsimon/wsl/v3 v3.3.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc=
|
||||
github.com/bytecodealliance/wasmtime-go v0.26.1 h1:xDzNH+Iq5o4N27pmsvB8cY35feN3H4d3bS7RjddBPWQ=
|
||||
github.com/bytecodealliance/wasmtime-go v0.26.1/go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI=
|
||||
github.com/bytecodealliance/wasmtime-go v0.27.0 h1:b/mvyw1YJSwF5zNxqLH9V24ENkZGAvp+KgIKHOFHk1c=
|
||||
github.com/bytecodealliance/wasmtime-go v0.27.0/go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI=
|
||||
github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ=
|
||||
github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QHaoyV4aDUVVkXQJJJ3NXXM=
|
||||
github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU=
|
||||
|
||||
+2
-2
@@ -25,7 +25,7 @@
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
go get -u github.com/bytecodealliance/wasmtime-go@v0.26.1
|
||||
go get -u github.com/bytecodealliance/wasmtime-go@v0.27.0
|
||||
```
|
||||
|
||||
Be sure to check out the [API documentation][api]!
|
||||
@@ -51,7 +51,7 @@ If you are a bazel user, add following to your WORKSPACE file:
|
||||
go_repository(
|
||||
name = "com_github_bytecodealliance_wasmtime_go",
|
||||
importpath = "github.com/bytecodealliance/wasmtime-go",
|
||||
version = "v0.26.1",
|
||||
version = "v0.27.0",
|
||||
)
|
||||
```
|
||||
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Generated
Vendored
BIN
Binary file not shown.
Vendored
+1
-1
@@ -23,7 +23,7 @@ github.com/beorn7/perks/quantile
|
||||
github.com/bkielbasa/cyclop/pkg/analyzer
|
||||
# github.com/bombsimon/wsl/v3 v3.3.0
|
||||
github.com/bombsimon/wsl/v3
|
||||
# github.com/bytecodealliance/wasmtime-go v0.26.1
|
||||
# github.com/bytecodealliance/wasmtime-go v0.27.0
|
||||
## explicit
|
||||
github.com/bytecodealliance/wasmtime-go
|
||||
github.com/bytecodealliance/wasmtime-go/build/include
|
||||
|
||||
Reference in New Issue
Block a user