diff --git a/cmd/templates/templates.go b/cmd/templates/templates.go index d52a480..29b1300 100644 --- a/cmd/templates/templates.go +++ b/cmd/templates/templates.go @@ -64,7 +64,7 @@ var GoMod = `module {{.AppName}} go 1.15 require ( - github.com/gojekfarm/ziggurat v1.0.0-alpha.23 + github.com/gojekfarm/ziggurat v1.0.0-alpha.24 github.com/julienschmidt/httprouter v1.2.0 )`