Skip to content

Commit

Permalink
Diversifying the reflection API, for util.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Yan Titarenko authored Mar 23, 2021
1 parent 92c251f commit 97e520a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commands/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ import (
"io"
"io/ioutil"
"os"
"reflect"
"regexp"
"sort"

reflect "github.com/goccy/go-reflect"
)

func csvToQualifiedActions(artifacts string) []string {
Expand Down

0 comments on commit 97e520a

Please sign in to comment.