Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.45.0 to 0.65.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.45.0...v0.65.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
21 lines
632 B
Modula-2
21 lines
632 B
Modula-2
module github.com/benbjohnson/litestream
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
cloud.google.com/go/iam v0.1.1 // indirect
|
|
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-20211216021012-1d35b9e2eb4e
|
|
google.golang.org/api v0.65.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|