You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
296 B
11 lines
296 B
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
|
|
)
|
|
|