From 14ae4d9703c286e385afa52b80b303445c9ab01e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 08:07:42 +0000 Subject: [PATCH] fix(deps): update module github.com/prometheus/client_golang to v1.14.0 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 1c08c94..8850d61 100644 --- a/go.mod +++ b/go.mod @@ -7,7 +7,7 @@ require ( github.com/gorilla/schema v1.2.0 github.com/juju/ratelimit v1.0.2 github.com/julienschmidt/httprouter v1.3.0 - github.com/prometheus/client_golang v1.12.2 + github.com/prometheus/client_golang v1.14.0 github.com/spf13/viper v1.12.0 github.com/stretchr/testify v1.8.0 github.com/unrolled/render v1.5.0