mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-23 06:40:23 +00:00
5280b67327
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
607 B
Modula-2
18 lines
607 B
Modula-2
module github.com/armon/go-metrics
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/DataDog/datadog-go v3.2.0+incompatible
|
|
github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible
|
|
github.com/circonus-labs/circonusllhist v0.1.3 // indirect
|
|
github.com/golang/protobuf v1.3.2
|
|
github.com/hashicorp/go-immutable-radix v1.0.0
|
|
github.com/hashicorp/go-retryablehttp v0.5.3 // indirect
|
|
github.com/pascaldekloe/goe v0.1.0
|
|
github.com/prometheus/client_golang v1.4.0
|
|
github.com/prometheus/client_model v0.2.0
|
|
github.com/prometheus/common v0.9.1
|
|
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 // indirect
|
|
)
|