Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
590 B
Modula-2
20 lines
590 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
|
|
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9
|
|
google.golang.org/api v0.66.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|