Files
litestream/go.mod
Ben Johnson 85e97cd6ac db refactor
2020-12-17 16:32:10 -07:00

9 lines
137 B
Modula-2

module github.com/benbjohnson/litestream
go 1.15
require (
github.com/mattn/go-sqlite3 v1.14.5
github.com/pelletier/go-toml v1.8.1
)