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 /context_test.go | |
| parent | bc53d8d86d9d144bcb90795a536bcfe71a604434 (diff) | |
Bump to v4 module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'context_test.go')
| -rw-r--r-- | context_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/context_test.go b/context_test.go index 72367124..00ce6330 100644 --- a/context_test.go +++ b/context_test.go @@ -6,7 +6,7 @@ import ( "os" "testing" - "github.com/hairyhenderson/gomplate/v3/data" + "github.com/hairyhenderson/gomplate/v4/data" "github.com/stretchr/testify/assert" ) |
