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 )