File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module github.com/suborbital/e2core
33go 1.20
44
55require (
6- github.com/bytecodealliance/wasmtime-go v1 .0.0
6+ github.com/bytecodealliance/wasmtime-go/v7 v7 .0.0
77 github.com/google/uuid v1.3.0
88 github.com/gorilla/websocket v1.5.0
99 github.com/labstack/echo/v4 v4.10.2
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v
4040github.com/Microsoft/hcsshim v0.9.7 h1:mKNHW/Xvv1aFH87Jb6ERDzXTJTLPlmzfZ28VBFD/bfg =
4141github.com/OneOfOne/xxhash v1.2.2 /go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU =
4242github.com/antihax/optional v1.0.0 /go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY =
43- github.com/bytecodealliance/wasmtime-go v1 .0.0 h1:9u9gqaUiaJeN5IoD1L7egD8atOnTGyJcNp8BhkL9cUU =
44- github.com/bytecodealliance/wasmtime-go v1 .0.0/go.mod h1:jjlqQbWUfVSbehpErw3UoWFndBXRRMvfikYH6KsCwOg =
43+ github.com/bytecodealliance/wasmtime-go/v7 v7 .0.0 h1:/rBNjgFju2HCZnkPb1eL+W4GBwP8DMbaQu7i+GR9DH4 =
44+ github.com/bytecodealliance/wasmtime-go/v7 v7 .0.0/go.mod h1:bu6fic7trDt20w+LMooX7j3fsOwv4/ln6j8gAdP6vmA =
4545github.com/cenkalti/backoff/v4 v4.2.0 h1:HN5dHm3WBOgndBH6E8V0q2jIYIR3s9yglV8k/+MN3u4 =
4646github.com/cenkalti/backoff/v4 v4.2.0 /go.mod h1:Y3VNntkOUPxTVeUxJ/G5vcM//AlwfmyYozVcomhLiZE =
4747github.com/census-instrumentation/opencensus-proto v0.2.1 /go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU =
Original file line number Diff line number Diff line change 11package instance
22
33import (
4- "github.com/bytecodealliance/wasmtime-go"
4+ "github.com/bytecodealliance/wasmtime-go/v7 "
55 "github.com/pkg/errors"
66
77 "github.com/suborbital/e2core/foundation/scheduler"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package runtime
33import (
44 "sync"
55
6- "github.com/bytecodealliance/wasmtime-go"
6+ "github.com/bytecodealliance/wasmtime-go/v7 "
77 "github.com/pkg/errors"
88
99 "github.com/suborbital/e2core/foundation/scheduler"
You can’t perform that action at this time.
0 commit comments