diff --git a/gwy/templates/go.mod.tmpl b/gwy/templates/go.mod.tmpl index 52a22a51..3ac7a0b6 100644 --- a/gwy/templates/go.mod.tmpl +++ b/gwy/templates/go.mod.tmpl @@ -4,7 +4,7 @@ go 1.19 require ( github.com/gorilla/handlers v1.5.1 - github.com/grpc-ecosystem/grpc-gateway v1.16.0 + github.com/grpc-ecosystem/grpc-gateway/v2 v2.15.0 github.com/grpc-ecosystem/grpc-gateway/v2 v2.0.1 github.com/sirupsen/logrus v1.9.0 github.com/spf13/pflag v1.0.5