summaryrefslogtreecommitdiff
path: root/template_test.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 /template_test.go
parentbc53d8d86d9d144bcb90795a536bcfe71a604434 (diff)
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'template_test.go')
-rw-r--r--template_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/template_test.go b/template_test.go
index d6afb391..a990881e 100644
--- a/template_test.go
+++ b/template_test.go
@@ -11,8 +11,8 @@ import (
"text/template"
"github.com/hairyhenderson/go-fsimpl"
- "github.com/hairyhenderson/gomplate/v3/internal/config"
- "github.com/hairyhenderson/gomplate/v3/internal/iohelpers"
+ "github.com/hairyhenderson/gomplate/v4/internal/config"
+ "github.com/hairyhenderson/gomplate/v4/internal/iohelpers"
"github.com/spf13/afero"
"github.com/stretchr/testify/assert"