S3 replica

This commit is contained in:
Ben Johnson
2021-01-13 10:14:54 -07:00
parent faa5765745
commit 57a02a8628
7 changed files with 940 additions and 28 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module github.com/benbjohnson/litestream
go 1.15
require (
github.com/aws/aws-sdk-go v1.27.0
github.com/mattn/go-sqlite3 v1.14.5
github.com/prometheus/client_golang v1.9.0
gopkg.in/yaml.v2 v2.4.0