aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-10-16 06:49:39 -0400
committerChristine Dodrill <me@christine.website>2019-10-16 06:49:39 -0400
commit9fa01f704c6fb262221c8c6363ba8201c43f92dd (patch)
treebb440cd7e27c7bbcc2c00928439035ca0516c396 /go.mod
parent42556bb678032805c47f126d6e832242eeb85d5b (diff)
downloadxesite-9fa01f704c6fb262221c8c6363ba8201c43f92dd.tar.xz
xesite-9fa01f704c6fb262221c8c6363ba8201c43f92dd.zip
build(deps): bump github.com/prometheus/client_golang (#84)
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.0.0 to 1.2.0. - [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/v1.0.0...v1.2.0) 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 70a6e1b..2de8611 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.12
- github.com/prometheus/client_golang v1.0.0
+ github.com/prometheus/client_golang v1.2.0
github.com/russross/blackfriday v2.0.0+incompatible
github.com/sebest/xff v0.0.0-20160910043805-6c115e0ffa35
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect