Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.15.0 to 1.18.2. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-cloud-go/compare/pubsub/v1.15.0...storage/v1.18.2) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
588 B
Modula-2
20 lines
588 B
Modula-2
module github.com/benbjohnson/litestream
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/storage v1.18.2
|
|
github.com/Azure/azure-storage-blob-go v0.13.0
|
|
github.com/aws/aws-sdk-go v1.42.39
|
|
github.com/mattn/go-shellwords v1.0.11
|
|
github.com/mattn/go-sqlite3 v1.14.5
|
|
github.com/pierrec/lz4/v4 v4.1.12
|
|
github.com/pkg/sftp v1.13.0
|
|
github.com/prometheus/client_golang v1.9.0
|
|
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
golang.org/x/sys v0.0.0-20210917161153-d61c044b1678
|
|
google.golang.org/api v0.58.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|