Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Commit 9bf09b0

Browse files
committed
Update dependencies
Signed-off-by: Tobias Schmidt <tobidt@gmail.com>
1 parent f93e205 commit 9bf09b0

File tree

271 files changed

+11308
-10875
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

271 files changed

+11308
-10875
lines changed

go.mod

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ module github.com/prometheus/haproxy_exporter
33
go 1.14
44

55
require (
6+
github.com/alecthomas/units v0.0.0-20201120081800-1786d5ef83d4 // indirect
67
github.com/go-kit/kit v0.10.0
7-
github.com/prometheus/client_golang v1.7.0
8-
github.com/prometheus/common v0.10.0
8+
github.com/prometheus/client_golang v1.8.0
9+
github.com/prometheus/common v0.15.0
10+
golang.org/x/sys v0.0.0-20201207223542-d4d67f95c62d // indirect
11+
google.golang.org/protobuf v1.25.0 // indirect
912
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1013
)

go.sum

Lines changed: 38 additions & 2 deletions
Large diffs are not rendered by default.

vendor/github.com/alecthomas/units/bytes.go

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alecthomas/units/go.mod

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alecthomas/units/go.sum

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/alecthomas/units/si.go

Lines changed: 27 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/golang/protobuf/proto/text_decode.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pkg/errors/.travis.yml

Lines changed: 3 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pkg/errors/Makefile

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/pkg/errors/README.md

Lines changed: 9 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)