diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2019-11-12 20:13:02 -0500 |
|---|---|---|
| committer | Dave Henderson <dhenderson@gmail.com> | 2019-11-13 07:55:09 -0500 |
| commit | 383987bf5617e5bd5a211c79e2413344f5c6113b (patch) | |
| tree | b2920f227fa5ef74d7f7022708f13610f56ee36a /coll | |
| parent | 677ea79e35e3010ab574e617670e5240ef7a7cba (diff) | |
Export /v3 from go module
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'coll')
| -rw-r--r-- | coll/coll.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coll/coll.go b/coll/coll.go index dbbbea8c..284d5f29 100644 --- a/coll/coll.go +++ b/coll/coll.go @@ -10,8 +10,8 @@ import ( "reflect" "sort" - "github.com/hairyhenderson/gomplate/conv" - iconv "github.com/hairyhenderson/gomplate/internal/conv" + "github.com/hairyhenderson/gomplate/v3/conv" + iconv "github.com/hairyhenderson/gomplate/v3/internal/conv" ) // Slice creates a slice from a bunch of arguments |
