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

This commit is contained in:
Renovate Bot
2022-05-05 12:50:52 +00:00
parent 9e0072de26
commit e03bec5d12
2 changed files with 273 additions and 1 deletions

2
go.mod
View File

@@ -3,6 +3,6 @@ module github.com/jamesog/aaisp-chaos
go 1.13
require (
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/client_golang v1.12.1
github.com/rs/zerolog v1.26.1
)