Files
litestream/go.mod
Ben Johnson 8009bcf654 Remove Windows support
Unfortunately, I don't have the expertise or bandwidth to maintain
the Windows support in Litestream. I'm open to re-adding support in
the future but right now it is hindering development and is not
well-tested or well-used.
2022-02-05 08:19:31 -07:00

19 lines
537 B
Modula-2

module github.com/benbjohnson/litestream
go 1.16
require (
cloud.google.com/go/storage v1.19.0
github.com/Azure/azure-storage-blob-go v0.14.0
github.com/aws/aws-sdk-go v1.42.44
github.com/mattn/go-shellwords v1.0.12
github.com/mattn/go-sqlite3 v1.14.11
github.com/pierrec/lz4/v4 v4.1.12
github.com/pkg/sftp v1.13.4
github.com/prometheus/client_golang v1.12.1
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/api v0.66.0
gopkg.in/yaml.v2 v2.4.0
)