diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2023-03-12 18:56:47 -0400 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2023-03-12 19:09:55 -0400 |
| commit | af399ab4a6d9e4f5244f392cd26d155c80b63119 (patch) | |
| tree | b4211d54e91453dea1adc77b2cd824da0ff71298 /cmd | |
| parent | bc53d8d86d9d144bcb90795a536bcfe71a604434 (diff) | |
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/gomplate/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gomplate/main.go b/cmd/gomplate/main.go index 01f75ea9..7cc37162 100644 --- a/cmd/gomplate/main.go +++ b/cmd/gomplate/main.go @@ -7,7 +7,7 @@ import ( "context" "os" - "github.com/hairyhenderson/gomplate/v3/internal/cmd" + "github.com/hairyhenderson/gomplate/v4/internal/cmd" ) func main() { |
