Skip to content

Commit

Permalink
Merge pull request #192 from dirkmueller/master
Browse files Browse the repository at this point in the history
Update dependencies to latest releases
  • Loading branch information
stefanotorresi authored May 4, 2021
2 parents 9a081f6 + 5154a6c commit cf586eb
Show file tree
Hide file tree
Showing 5 changed files with 425 additions and 62 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/exporter-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: ^1.12
go-version: ^1.14
id: go
- uses: actions/checkout@v2
with:
Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
module github.com/ClusterLabs/ha_cluster_exporter

go 1.12
go 1.14

require (
github.com/golang/mock v1.4.3
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v1.1.0
github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90
github.com/sirupsen/logrus v1.4.2
github.com/golang/mock v1.5.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.10.0
github.com/prometheus/client_model v0.2.0
github.com/sirupsen/logrus v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.5.0
github.com/stretchr/testify v1.3.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
)
Loading

0 comments on commit cf586eb

Please sign in to comment.