Skip to content

Commit

Permalink
lint: explicitly alias the package
Browse files Browse the repository at this point in the history
  • Loading branch information
docwhat committed Jul 11, 2024
1 parent cc8b66c commit b8e2e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"path"
textTemplate "text/template"

"github.com/Masterminds/sprig/v3"
sprig "github.com/Masterminds/sprig/v3"
shellquote "github.com/kballard/go-shellquote"
"gopkg.in/yaml.v2"
yaml "gopkg.in/yaml.v2"
)

// FuncMap is the same as implemented in text/template and html/template.
Expand Down

0 comments on commit b8e2e5e

Please sign in to comment.