From 383987bf5617e5bd5a211c79e2413344f5c6113b Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Tue, 12 Nov 2019 20:13:02 -0500 Subject: Export /v3 from go module Signed-off-by: Dave Henderson --- funcs.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'funcs.go') diff --git a/funcs.go b/funcs.go index 7d8c7378..e63c9872 100644 --- a/funcs.go +++ b/funcs.go @@ -3,8 +3,8 @@ package gomplate import ( "text/template" - "github.com/hairyhenderson/gomplate/data" - "github.com/hairyhenderson/gomplate/funcs" + "github.com/hairyhenderson/gomplate/v3/data" + "github.com/hairyhenderson/gomplate/v3/funcs" ) // Funcs - The function mappings are defined here! -- cgit v1.2.3