fix: import the correct template package

This commit is contained in:
Dan Anglin 2024-09-14 09:09:30 +01:00
parent a909803b29
commit d29b6894e5
Signed by: dananglin
GPG key ID: 0C1D44CFBEE68638

View file

@ -3,12 +3,12 @@ package utilities
import (
"errors"
"fmt"
"html/template"
"io/fs"
"os"
"path/filepath"
"slices"
"strings"
"text/template"
"codeflow.dananglin.me.uk/linux-home/manager/magefiles/internal/config"
"codeflow.dananglin.me.uk/linux-home/manager/magefiles/internal/templatefuncs"