Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit cdd6d84

Browse files
Bump github.com/prometheus/exporter-toolkit from 0.7.1 to 0.7.3
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.7.1 to 0.7.3. - [Release notes](https://github.com/prometheus/exporter-toolkit/releases) - [Changelog](https://github.com/prometheus/exporter-toolkit/blob/master/CHANGELOG.md) - [Commits](prometheus/exporter-toolkit@v0.7.1...v0.7.3) --- updated-dependencies: - dependency-name: github.com/prometheus/exporter-toolkit dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 56d27a9 commit cdd6d84

File tree

5 files changed

+45
-39
lines changed

5 files changed

+45
-39
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.18
55
require (
66
github.com/go-kit/log v0.2.0
77
github.com/prometheus/client_golang v1.12.1
8-
github.com/prometheus/exporter-toolkit v0.7.1
8+
github.com/prometheus/exporter-toolkit v0.7.3
99
github.com/sirupsen/logrus v1.8.1
1010
github.com/urfave/cli/v2 v2.4.0
1111
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9
186186
github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
187187
github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4=
188188
github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls=
189-
github.com/prometheus/exporter-toolkit v0.7.1 h1:c6RXaK8xBVercEeUQ4tRNL8UGWzDHfvj9dseo1FcK1Y=
190-
github.com/prometheus/exporter-toolkit v0.7.1/go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g=
189+
github.com/prometheus/exporter-toolkit v0.7.3 h1:IYBn0CTGi/nYxstdTUKysuSofUNJ3DQW3FmZ/Ub6rgU=
190+
github.com/prometheus/exporter-toolkit v0.7.3/go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g=
191191
github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
192192
github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
193193
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=

vendor/github.com/go-logfmt/logfmt/README.md

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/prometheus/exporter-toolkit/web/handler.go

+8-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ github.com/prometheus/common/config
5050
github.com/prometheus/common/expfmt
5151
github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg
5252
github.com/prometheus/common/model
53-
# github.com/prometheus/exporter-toolkit v0.7.1
53+
# github.com/prometheus/exporter-toolkit v0.7.3
5454
## explicit; go 1.14
5555
github.com/prometheus/exporter-toolkit/web
5656
# github.com/prometheus/procfs v0.7.3

0 commit comments

Comments
 (0)