Commit f72a091
Drop github.com/ncruces/go-sqlite3/embed import
ncruces/go-sqlite3 v0.33 replaced its embedded wasm runtime with a
pure-Go translation (via wasm2go) in the new module
github.com/ncruces/go-sqlite3-wasm. The embed subpackage that used to
initialize sqlite3.Binary at import time no longer exists, so the
blank imports break the build. SQLite is now wired in automatically
as a transitive dep.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dc5e84c commit f72a091
File tree
4 files changed
+0
-4
lines changed- internal
- cmd
- engine/sqlite/analyzer
- sqltest
- x/expander
4 files changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | 10 | | |
12 | 11 | | |
13 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments