Skip to content

Commit

Permalink
chore: switch to text/template
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvc committed Jul 17, 2023
1 parent acb3061 commit da4509c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/template/template.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package template

import (
"html/template"
"io"
"os"
"text/template"

"github.com/Masterminds/sprig/v3"
"github.com/charmbracelet/log"
Expand Down

0 comments on commit da4509c

Please sign in to comment.