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

This commit is contained in:
renovate[bot]
2022-11-20 17:29:54 +00:00
committed by GitHub
parent 10ac1d13b9
commit fa9919c88b
2 changed files with 24 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.12.2
github.com/prometheus/client_golang v1.14.0
github.com/rs/zerolog v1.27.0
)