Skip to content

Commit

Permalink
Use text/template consistently
Browse files Browse the repository at this point in the history
  • Loading branch information
piyush-garg authored and tekton-robot committed Jul 19, 2023
1 parent 784f5d5 commit 37f1ed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/formatted/color_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ package formatted

import (
"bytes"
"html/template"
"strconv"

"testing"
"text/template"

"github.com/fatih/color"
"github.com/tektoncd/cli/pkg/test"
Expand Down

0 comments on commit 37f1ed1

Please sign in to comment.