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