File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220626175859-9abda183db8e
7
- github.com/bytecodealliance/wasmtime-go/v3 v3 .0.2
7
+ github.com/bytecodealliance/wasmtime-go/v5 v5 .0.0
8
8
github.com/cubicdaiya/gonp v1.0.4
9
9
github.com/davecgh/go-spew v1.1.1
10
10
github.com/go-sql-driver/mysql v1.7.0
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220626175859-9abda183db8e h1:b
5
5
github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220626175859-9abda183db8e /go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY =
6
6
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8 =
7
7
github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
8
- github.com/bytecodealliance/wasmtime-go/v3 v3 .0.2 h1:3uZCA/BLTIu+DqCfguByNMJa2HVHpXvjfy0Dy7g6fuA =
9
- github.com/bytecodealliance/wasmtime-go/v3 v3 .0.2 /go.mod h1:RnUjnIXxEJcL6BgCvNyzCCRzZcxCgsZCi+RNlvYor5Q =
8
+ github.com/bytecodealliance/wasmtime-go/v5 v5 .0.0 h1:Ue3eBDElMrdzWoUtr7uPr7NeDZriuR5oIivp5EHknQU =
9
+ github.com/bytecodealliance/wasmtime-go/v5 v5 .0.0 /go.mod h1:KcecyOqumZrvLnlaEIMFRbBaQeUYNvsbPjAEVho1Fcs =
10
10
github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I =
11
11
github.com/cockroachdb/apd v1.1.0 /go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ =
12
12
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ import (
19
19
"runtime/trace"
20
20
"strings"
21
21
22
- wasmtime "github.com/bytecodealliance/wasmtime-go/v3 "
22
+ wasmtime "github.com/bytecodealliance/wasmtime-go/v5 "
23
23
"golang.org/x/sync/singleflight"
24
24
25
25
"github.com/kyleconroy/sqlc/internal/info"
26
26
"github.com/kyleconroy/sqlc/internal/plugin"
27
27
)
28
28
29
29
// This version must be updated whenever the wasmtime-go dependency is updated
30
- const wasmtimeVersion = `v3 .0.2 `
30
+ const wasmtimeVersion = `v5 .0.0 `
31
31
32
32
func cacheDir () (string , error ) {
33
33
cache := os .Getenv ("SQLCCACHE" )
You can’t perform that action at this time.
0 commit comments