madrisan / hashicorp-vault-monitor

:key: HashiCorp Vault Monitoring Tool
Mozilla Public License 2.0
24 stars 4 forks source link

Fix build error reported by CircleCI #18

Closed madrisan closed 3 years ago

madrisan commented 3 years ago
# github.com/madrisan/hashicorp-vault-monitor/command
/go/pkg/mod/github.com/hashicorp/vault@v1.3.5/helper/metricsutil/metricsutil.go:12:2:
missing go.sum entry for module providing package github.com/prometheus/client_golang/prometheus
(imported by github.com/hashicorp/vault/helper/metricsutil); to add:
    go get github.com/hashicorp/vault/helper/metricsutil@v1.3.5
    FAIL  github.com/madrisan/hashicorp-vault-monitor/command [setup failed]

Signed-off-by: Davide Madrisan davide.madrisan@gmail.com