summaryrefslogtreecommitdiff
path: root/render.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-03-12 18:56:47 -0400
committerDave Henderson <dhenderson@gmail.com>2023-03-12 19:09:55 -0400
commitaf399ab4a6d9e4f5244f392cd26d155c80b63119 (patch)
treeb4211d54e91453dea1adc77b2cd824da0ff71298 /render.go
parentbc53d8d86d9d144bcb90795a536bcfe71a604434 (diff)
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'render.go')
-rw-r--r--render.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/render.go b/render.go
index 3e5e5617..b9e5d0bc 100644
--- a/render.go
+++ b/render.go
@@ -10,9 +10,9 @@ import (
"text/template"
"time"
- "github.com/hairyhenderson/gomplate/v3/data"
- "github.com/hairyhenderson/gomplate/v3/funcs" //nolint:staticcheck
- "github.com/hairyhenderson/gomplate/v3/internal/config"
+ "github.com/hairyhenderson/gomplate/v4/data"
+ "github.com/hairyhenderson/gomplate/v4/funcs" //nolint:staticcheck
+ "github.com/hairyhenderson/gomplate/v4/internal/config"
)
// Options for template rendering.