This repository has been archived on 2020-09-23. You can view files and clone it, but cannot push or open issues or pull requests.
nodb/go.mod
techknowlogick 3238c46557 switch to spec compliant toml lib (#9)
switch to spec compliant toml lib

Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: #9
2020-09-23 03:23:08 +00:00

12 lines
296 B
Modula-2

module gitea.com/lunny/nodb
go 1.12
require (
gitea.com/lunny/log v0.0.0-20190322053110-01b5df579c4e
github.com/mattn/go-sqlite3 v1.11.0 // indirect
github.com/pelletier/go-toml v1.8.1
github.com/siddontang/go-snappy v0.0.0-20140704025258-d8f7bb82a96d
github.com/syndtr/goleveldb v1.0.0
)