gotosocial/vendor/modernc.org/libc/go.mod
kim ed46224573
Add SQLite support, fix un-thread-safe DB caches, small performance f… (#172)
* 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>
2021-08-29 16:41:41 +02:00

12 lines
272 B
Modula-2

module modernc.org/libc
go 1.15
require (
github.com/mattn/go-isatty v0.0.12
golang.org/x/sys v0.0.0-20201126233918-771906719818
modernc.org/cc/v3 v3.33.11 // indirect
modernc.org/ccgo/v3 v3.10.0 // indirect
modernc.org/mathutil v1.4.1
modernc.org/memory v1.0.5
)