summaryrefslogtreecommitdiff
path: root/vendor/github.com/ncruces/go-sqlite3/vfs/os_darwin.go
AgeCommit message (Collapse)AuthorFiles
2025-10-03[chore] update dependencies (#4468)Libravatar kim1
- github.com/ncruces/go-sqlite3 - codeberg.org/gruf/go-mempool - codeberg.org/gruf/go-structr (changes related on the above) * - codeberg.org/gruf/go-mutexes (changes related on the above) * * this is largely just fiddling around with package internals in structr and mutexes to rely on changes in mempool, which added a new concurrency-safe pool Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4468 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
2025-04-04[chore] bump ncruces/go-sqlite3 to v0.25.0 (#3966)Libravatar kim1
2024-12-16bump ncruces/go-sqlite3 to v0.21.1 (#3625)Libravatar kim1
2024-12-12bump ncruces/go-sqlite3 to v0.21.0 (#3621)Libravatar kim1
2024-08-15update go-sqlite3 to v0.18.0 (#3204)Libravatar kim1
2024-05-27[experiment] add alternative wasm sqlite3 implementation available via ↵Libravatar kim1
build-tag (#2863) This allows for building GoToSocial with [SQLite transpiled to WASM](https://github.com/ncruces/go-sqlite3) and accessed through [Wazero](https://wazero.io/).