mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 23:10:01 +00:00
ed46224573
* Add SQLite support, fix un-thread-safe DB caches, small performance fixes Signed-off-by: kim (grufwub) <grufwub@gmail.com> * add SQLite licenses to README Signed-off-by: kim (grufwub) <grufwub@gmail.com> * appease the linter, and fix my dumbass-ery Signed-off-by: kim (grufwub) <grufwub@gmail.com> * make requested changes Signed-off-by: kim (grufwub) <grufwub@gmail.com> * add back comment Signed-off-by: kim (grufwub) <grufwub@gmail.com>
13 lines
214 B
Modula-2
13 lines
214 B
Modula-2
module modernc.org/sqlite
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/mattn/go-sqlite3 v1.14.8
|
|
modernc.org/ccgo/v3 v3.9.6
|
|
modernc.org/libc v1.9.11
|
|
modernc.org/mathutil v1.4.1
|
|
modernc.org/tcl v1.5.5
|
|
modernc.org/z v1.0.1
|
|
)
|