We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee0f11 commit b34b945Copy full SHA for b34b945
main.go
@@ -51,8 +51,8 @@ func main() {
51
}
52
53
if len(tableRows) == 0 {
54
- awesome := color.New(color.FgHiGreen, color.Bold).Sprint("Awesome!")
55
- fmt.Printf("\U0001f4ab %s All of your dependencies are up-to-date.\n", awesome)
+ awesome := color.New(color.FgHiGreen, color.Bold).Sprint("✔ Awesome!")
+ fmt.Printf(" %s All of your dependencies are up-to-date.\n", awesome)
56
} else {
57
table := tablewriter.NewWriter(os.Stdout)
58
table.SetHeader([]string{"Package", "Current", "Latest", "GoVersion"})
0 commit comments