9 lines
137 B
Modula-2
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
|
|
)
|