summaryrefslogtreecommitdiff
path: root/plugins.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins.go')
-rw-r--r--plugins.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins.go b/plugins.go
index d009353a..83cf0c2b 100644
--- a/plugins.go
+++ b/plugins.go
@@ -14,8 +14,8 @@ import (
"text/template"
"time"
- "github.com/hairyhenderson/gomplate/conv"
- "github.com/hairyhenderson/gomplate/env"
+ "github.com/hairyhenderson/gomplate/v3/conv"
+ "github.com/hairyhenderson/gomplate/v3/env"
)
func bindPlugins(plugins []string, funcMap template.FuncMap) error {