10 lines
162 B
Modula-2
10 lines
162 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
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|