This repository has been archived on 2022-07-30. You can view files and clone it, but cannot push or open issues/pull-requests.
mdb/go.mod

10 lines
184 B
Modula-2
Raw Normal View History

2022-07-26 12:02:53 +00:00
module git.crumpington.com/private/mdb
go 1.18
require (
github.com/google/btree v1.1.2
github.com/mattn/go-sqlite3 v1.14.14
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f
)