diff --git a/cmd/web-editor/static/index.html b/cmd/web-editor/static/index.html index bc8af00d..fb8975bb 100644 --- a/cmd/web-editor/static/index.html +++ b/cmd/web-editor/static/index.html @@ -8,7 +8,7 @@ - + diff --git a/go.mod b/go.mod index 00b4e966..23acafe8 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module moul.io/protoc-gen-gotemplate require ( github.com/Masterminds/goutils v1.1.0 // indirect github.com/Masterminds/semver v1.5.0 // indirect - github.com/Masterminds/sprig v2.22.0+incompatible + github.com/Masterminds/sprig/v3 v3.1.0 github.com/gobuffalo/packr/v2 v2.8.0 github.com/golang/protobuf v1.3.2 github.com/google/uuid v1.1.1 // indirect