From a0fdeb9138bf868b1c5ef70691d08ddde883190e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:08:20 +0000 Subject: [PATCH] fix(deps): update module github.com/spf13/viper to v1.15.0 --- gwy/templates/go.mod.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 52a22a51..e6da7900 100644 --- a/gwy/templates/go.mod.tmpl +++ b/gwy/templates/go.mod.tmpl @@ -8,7 +8,7 @@ require ( github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 github.com/sirupsen/logrus v1.9.0 github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.14.0 + github.com/spf13/viper v1.15.0 google.golang.org/grpc v1.51.0 google.golang.org/protobuf v1.28.1 )