From 524c62de271000777a41cc587f2c7e699a79ffd6 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 22 Jun 2020 19:22:30 +0000 Subject: [PATCH] chore(deps): update all --- cmd/web-editor/static/index.html | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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