From af399ab4a6d9e4f5244f392cd26d155c80b63119 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sun, 12 Mar 2023 18:56:47 -0400 Subject: Bump to v4 module Signed-off-by: Dave Henderson --- conv/conv.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conv') diff --git a/conv/conv.go b/conv/conv.go index 39e69c59..4ea06695 100644 --- a/conv/conv.go +++ b/conv/conv.go @@ -8,7 +8,7 @@ import ( "strconv" "strings" - iconv "github.com/hairyhenderson/gomplate/v3/internal/conv" + iconv "github.com/hairyhenderson/gomplate/v4/internal/conv" ) // Bool converts a string to a boolean value, using strconv.ParseBool under the covers. @@ -68,7 +68,7 @@ func ToBools(in ...interface{}) []bool { // Slice creates a slice from a bunch of arguments // -// Deprecated: use [github.com/hairyhenderson/gomplate/v3/coll.Slice] instead +// Deprecated: use [github.com/hairyhenderson/gomplate/v4/coll.Slice] instead func Slice(args ...interface{}) []interface{} { return args } -- cgit v1.2.3