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

This commit is contained in:
renovate[bot]
2022-07-16 11:15:05 +00:00
committed by GitHub
parent 6f3887a3e2
commit b37adf0b61
2 changed files with 3 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.1
github.com/prometheus/client_golang v1.12.2
github.com/rs/zerolog v1.27.0
)