From af399ab4a6d9e4f5244f392cd26d155c80b63119 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 12 Mar 2023 18:56:47 -0400 Subject: Bump to v4 module Signed-off-by: Dave Henderson --- render.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'render.go') 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. -- cgit v1.2.3