summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/generator.go
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-04-03 11:19:05 +0200
committerLibravatar GitHub <noreply@github.com>2023-04-03 11:19:05 +0200
commit9c209fe6e4ae35c374c3e0b1d97b0a71c8f1160b (patch)
tree808db9f4b7e70a9de5247346e91be2b7f0a4db00 /vendor/modernc.org/sqlite/generator.go
parent[chore]: Bump github.com/miekg/dns from 1.1.52 to 1.1.53 (#1668) (diff)
downloadgotosocial-9c209fe6e4ae35c374c3e0b1d97b0a71c8f1160b.tar.xz
[chore]: Bump modernc.org/sqlite from 1.21.0 to 1.21.1 (#1669)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.21.0 to 1.21.1. - [Release notes](https://gitlab.com/cznic/sqlite/tags) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.21.0...v1.21.1) --- updated-dependencies: - dependency-name: modernc.org/sqlite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'vendor/modernc.org/sqlite/generator.go')
-rw-r--r--vendor/modernc.org/sqlite/generator.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/vendor/modernc.org/sqlite/generator.go b/vendor/modernc.org/sqlite/generator.go
index cd6437cad..5646cd08a 100644
--- a/vendor/modernc.org/sqlite/generator.go
+++ b/vendor/modernc.org/sqlite/generator.go
@@ -269,12 +269,12 @@ var (
sz int
dev bool
}{
- {sqliteDir, "https://www.sqlite.org/2023/sqlite-amalgamation-3410000.zip", 2457, false},
- {sqliteSrcDir, "https://www.sqlite.org/2023/sqlite-src-3410000.zip", 12814, false},
+ {sqliteDir, "https://www.sqlite.org/2023/sqlite-amalgamation-3410200.zip", 2457, false},
+ {sqliteSrcDir, "https://www.sqlite.org/2023/sqlite-src-3410200.zip", 12814, false},
}
- sqliteDir = filepath.FromSlash("testdata/sqlite-amalgamation-3410000")
- sqliteSrcDir = filepath.FromSlash("testdata/sqlite-src-3410000")
+ sqliteDir = filepath.FromSlash("testdata/sqlite-amalgamation-3410200")
+ sqliteSrcDir = filepath.FromSlash("testdata/sqlite-src-3410200")
)
func download() {