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/v4 v4.0.0-20230321174746-8dcc6526cfb1
7
- github.com/bytecodealliance/wasmtime-go/v12 v12 .0.0
7
+ github.com/bytecodealliance/wasmtime-go/v13 v13 .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.1
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230321174746-8dcc6526cfb1/g
5
5
github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
6
6
github.com/benbjohnson/clock v1.3.5 h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o =
7
7
github.com/benbjohnson/clock v1.3.5 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
8
- github.com/bytecodealliance/wasmtime-go/v12 v12 .0.0 h1:Wga02UaZXYF3p0LIeL5xFp09/RI7UhjfT2uB0mLrwlw =
9
- github.com/bytecodealliance/wasmtime-go/v12 v12 .0.0/go.mod h1:a3PRoftJxxUzkQvgjC6sv7pKyJJK0ZsFVmH+eeEKQC4 =
8
+ github.com/bytecodealliance/wasmtime-go/v13 v13 .0.0 h1:o2PsUgSu6vMKr5S0+mz8EL3mZGQ0M8gHwS8/R0wY/wY =
9
+ github.com/bytecodealliance/wasmtime-go/v13 v13 .0.0/go.mod h1:KmsZLdjjzNH/E5wbfoRehqP70tHzKlfNOi730VCAR4E =
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 @@ -18,15 +18,15 @@ import (
18
18
"runtime/trace"
19
19
"strings"
20
20
21
- wasmtime "github.com/bytecodealliance/wasmtime-go/v12 "
21
+ wasmtime "github.com/bytecodealliance/wasmtime-go/v13 "
22
22
"golang.org/x/sync/singleflight"
23
23
24
24
"github.com/sqlc-dev/sqlc/internal/info"
25
25
"github.com/sqlc-dev/sqlc/internal/plugin"
26
26
)
27
27
28
28
// This version must be updated whenever the wasmtime-go dependency is updated
29
- const wasmtimeVersion = `v12 .0.0`
29
+ const wasmtimeVersion = `v13 .0.0`
30
30
31
31
func cacheDir () (string , error ) {
32
32
cache := os .Getenv ("SQLCCACHE" )
You can’t perform that action at this time.
0 commit comments