diff options
Diffstat (limited to 'funcs/conv.go')
| -rw-r--r-- | funcs/conv.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/conv.go b/funcs/conv.go index b5701171..210e1be6 100644 --- a/funcs/conv.go +++ b/funcs/conv.go @@ -5,8 +5,8 @@ import ( "sync" "text/template" - "github.com/hairyhenderson/gomplate/coll" - "github.com/hairyhenderson/gomplate/conv" + "github.com/hairyhenderson/gomplate/v3/coll" + "github.com/hairyhenderson/gomplate/v3/conv" ) var ( |
