summaryrefslogtreecommitdiff
path: root/funcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'funcs.go')
-rw-r--r--funcs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcs.go b/funcs.go
index efe7d6bc..1b4556d2 100644
--- a/funcs.go
+++ b/funcs.go
@@ -5,8 +5,8 @@ import (
"text/template"
"github.com/hairyhenderson/gomplate/v4/data"
- "github.com/hairyhenderson/gomplate/v4/funcs" //nolint:staticcheck
"github.com/hairyhenderson/gomplate/v4/internal/config"
+ "github.com/hairyhenderson/gomplate/v4/internal/funcs"
)
// Funcs -