summaryrefslogtreecommitdiff
path: root/gomplate_test.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2019-11-12 20:13:02 -0500
committerDave Henderson <dhenderson@gmail.com>2019-11-13 07:55:09 -0500
commit383987bf5617e5bd5a211c79e2413344f5c6113b (patch)
treeb2920f227fa5ef74d7f7022708f13610f56ee36a /gomplate_test.go
parent677ea79e35e3010ab574e617670e5240ef7a7cba (diff)
Export /v3 from go module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'gomplate_test.go')
-rw-r--r--gomplate_test.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/gomplate_test.go b/gomplate_test.go
index 9cd8362f..6ce37ed3 100644
--- a/gomplate_test.go
+++ b/gomplate_test.go
@@ -11,10 +11,10 @@ import (
"text/template"
- "github.com/hairyhenderson/gomplate/aws"
- "github.com/hairyhenderson/gomplate/conv"
- "github.com/hairyhenderson/gomplate/data"
- "github.com/hairyhenderson/gomplate/env"
+ "github.com/hairyhenderson/gomplate/v3/aws"
+ "github.com/hairyhenderson/gomplate/v3/conv"
+ "github.com/hairyhenderson/gomplate/v3/data"
+ "github.com/hairyhenderson/gomplate/v3/env"
"github.com/stretchr/testify/assert"
)