summaryrefslogtreecommitdiff
path: root/config.go
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2023-03-12 18:56:47 -0400
committerDave Henderson <dhenderson@gmail.com>2023-03-12 19:09:55 -0400
commitaf399ab4a6d9e4f5244f392cd26d155c80b63119 (patch)
treeb4211d54e91453dea1adc77b2cd824da0ff71298 /config.go
parentbc53d8d86d9d144bcb90795a536bcfe71a604434 (diff)
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'config.go')
-rw-r--r--config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.go b/config.go
index d996342c..95d43f71 100644
--- a/config.go
+++ b/config.go
@@ -5,15 +5,15 @@ import (
"os"
"strings"
- "github.com/hairyhenderson/gomplate/v3/internal/config"
- "github.com/hairyhenderson/gomplate/v3/internal/iohelpers"
+ "github.com/hairyhenderson/gomplate/v4/internal/config"
+ "github.com/hairyhenderson/gomplate/v4/internal/iohelpers"
)
// Config - values necessary for rendering templates with gomplate.
// Mainly for use by the CLI
//
// Deprecated: this type will be phased out,
-// [github.com/hairyhenderson/gomplate/v3/internal/config.Config] is used
+// [github.com/hairyhenderson/gomplate/v4/internal/config.Config] is used
// everywhere else, and will be exposed as API in a future version
type Config struct {
Input string