aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>2019-06-11 12:46:31 -0400
committerChristine Dodrill <me@christine.website>2019-06-11 12:46:31 -0400
commit368f1e90df169c523162048dfe3fd73161212afd (patch)
treef4f1fba2fafbf03255e6ae72822260f2c773e942 /go.mod
parent237144fd7a6f78c990a32d62fcdbba0bf15059e1 (diff)
downloadxesite-368f1e90df169c523162048dfe3fd73161212afd.tar.xz
xesite-368f1e90df169c523162048dfe3fd73161212afd.zip
build(deps): bump github.com/prometheus/client_golang (#55)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 0.9.3 to 0.9.4. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/master/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v0.9.3...v0.9.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index 06baf64..6e56508 100644
--- a/go.mod
+++ b/go.mod
@@ -6,7 +6,7 @@ require (
github.com/kr/pretty v0.1.0 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/povilasv/prommod v0.0.11
- github.com/prometheus/client_golang v0.9.3
+ github.com/prometheus/client_golang v0.9.4
github.com/prometheus/common v0.4.1 // indirect
github.com/prometheus/procfs v0.0.0-20190523193104-a7aeb8df3389 // indirect
github.com/russross/blackfriday v2.0.0+incompatible