Skip to content

Commit d99c86c

Browse files
aeneasrory-bot
authored andcommitted
feat: migrate SQLite driver from mattn/go-sqlite3 to modernc.org/sqlite and remove CGO dep
GitOrigin-RevId: 4b06aa7218156efb69b9edf0ff6c4a8e5e8de046
1 parent 5dbebc1 commit d99c86c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bin/license-engine.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ APPROVED_MODULES=(
6262
'github.com/ory/kratos-client-go' # Apache-2.0
6363
'github.com/gobuffalo/github_flavored_markdown' # MIT
6464
'buffers@0.1.1' # MIT: original source at http://github.com/substack/node-bufferlist is deleted but a fork at https://github.com/pkrumins/node-bufferlist/blob/master/LICENSE contains the original license by the original author (James Halliday)
65-
'@mapbox/jsonlint-lines-primitives@2.0.2' # MIT: https://github.com/tmcw/jsonlint
6665
'https://github.com/iconify/iconify/packages/react' # MIT: license is in root of monorepo at https://github.com/iconify/iconify/blob/main/license.txt
6766
'github.com/gobuffalo/.*' # MIT: license is in root of monorepo at https://github.com/gobuffalo/github_flavored_markdown/blob/main/LICENSE
6867
'github.com/ory-corp/cloud/.*' # Ory IP

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ request, go through this checklist:
173173
1. Create a feature branch off of `master` so that changes do not get mixed up.
174174
1. [Rebase](http://git-scm.com/book/en/Git-Branching-Rebasing) your local
175175
changes against the `master` branch.
176-
1. Run the full project test suite with the `go test -tags sqlite ./...` (or
177-
equivalent) command and confirm that it passes.
176+
1. Run the full project test suite with the `go test ./...` (or equivalent)
177+
command and confirm that it passes.
178178
1. Run `make format`
179179
1. Add a descriptive prefix to commits. This ensures a uniform commit history
180180
and helps structure the changelog. Please refer to this

0 commit comments

Comments
 (0)