Update module github.com/prometheus/client_golang to v1.10.0

This commit is contained in:
Renovate Bot
2021-03-18 17:03:30 +00:00
committed by renovate[bot]
parent c21748cfe1
commit 9a88bafc09
2 changed files with 8 additions and 2 deletions

3
go.mod
View File

@@ -3,8 +3,7 @@ module github.com/unistack-org/micro-meter-prometheus/v3
go 1.15
require (
github.com/google/go-cmp v0.5.1 // indirect
github.com/prometheus/client_golang v1.9.0
github.com/prometheus/client_golang v1.10.0
github.com/unistack-org/micro/v3 v3.2.23
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
)