diff options
Diffstat (limited to 'funcs/coll.go')
| -rw-r--r-- | funcs/coll.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/funcs/coll.go b/funcs/coll.go index 62ebed61..1e110b8b 100644 --- a/funcs/coll.go +++ b/funcs/coll.go @@ -3,9 +3,9 @@ package funcs import ( "sync" - "github.com/hairyhenderson/gomplate/conv" + "github.com/hairyhenderson/gomplate/v3/conv" - "github.com/hairyhenderson/gomplate/coll" + "github.com/hairyhenderson/gomplate/v3/coll" "github.com/pkg/errors" ) |
