From cb14bee5fa319240bf26f89eb1d5d9867c298aba Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Thu, 1 Sep 2022 08:27:55 +0800 Subject: [PATCH] deps: updates wazero to 1.0.0-beta.2 (#11) A bug in beta1 was fixed and released in beta2 tetratelabs/wazero#783 Signed-off-by: Adrian Cole Signed-off-by: Adrian Cole --- internal/e2e_test.go | 2 +- internal/go.mod | 2 +- internal/go.sum | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/e2e_test.go b/internal/e2e_test.go index a294f89..3aaca87 100644 --- a/internal/e2e_test.go +++ b/internal/e2e_test.go @@ -11,7 +11,7 @@ import ( "testing" "github.com/tetratelabs/wazero" - "github.com/tetratelabs/wazero/wasi_snapshot_preview1" + "github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1" ) // testCtx is an arbitrary, non-default context. Non-nil also prevents linter errors. diff --git a/internal/go.mod b/internal/go.mod index ed637e1..5e50078 100644 --- a/internal/go.mod +++ b/internal/go.mod @@ -4,7 +4,7 @@ go 1.18 require ( github.com/stretchr/testify v1.8.0 - github.com/tetratelabs/wazero v1.0.0-beta.1 + github.com/tetratelabs/wazero v1.0.0-beta.2 ) require ( diff --git a/internal/go.sum b/internal/go.sum index be108df..8f2c554 100644 --- a/internal/go.sum +++ b/internal/go.sum @@ -8,8 +8,8 @@ github.com/stretchr/objx v0.4.0/go.mod h1:YvHI0jy2hoMjB+UWwv71VJQ9isScKT/TqJzVSS github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/stretchr/testify v1.8.0 h1:pSgiaMZlXftHpm5L7V1+rVB+AZJydKsMxsQBIJw4PKk= github.com/stretchr/testify v1.8.0/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU= -github.com/tetratelabs/wazero v1.0.0-beta.1 h1:O5DZxiXG0WUUjuq4dwomA5gODRNnzF8LzQ+UOqGY5kY= -github.com/tetratelabs/wazero v1.0.0-beta.1/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg= +github.com/tetratelabs/wazero v1.0.0-beta.2 h1:Qa1R1oizAYHcmy8PljgINdXUZ/nRQkxUBbYfGSb4IBE= +github.com/tetratelabs/wazero v1.0.0-beta.2/go.mod h1:CD5smBN5rGZo7UNe8aUiWyYE3bDWED/CQSonog9NSEg= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=