From 1b01ebccf8c5397066210dc98cd96970122ed11e Mon Sep 17 00:00:00 2001 From: github-actions <github-actions@github.com> Date: Sun, 25 Apr 2021 05:18:31 +0000 Subject: [PATCH] updates version in go.mod template --- cmd/templates/templates.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/templates/templates.go b/cmd/templates/templates.go index 5bf4091..783464e 100644 --- a/cmd/templates/templates.go +++ b/cmd/templates/templates.go @@ -64,7 +64,7 @@ var GoMod = `module {{.AppName}} go 1.16 require ( - github.com/gojekfarm/ziggurat v1.0.3 + github.com/gojekfarm/ziggurat v1.0.4 github.com/julienschmidt/httprouter v1.2.0 )`