Files
litestream/go.mod
Ben Johnson b00095ccf5 Remove fuse
2020-12-17 15:15:01 -07:00

8 lines
100 B
Modula-2

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