Skip to content

Commit

Permalink
cmd: switch back to kyokomi/emoji (#599)
Browse files Browse the repository at this point in the history
follow-up to #595 and
  • Loading branch information
bobheadxi authored Mar 6, 2019
1 parent 275f47b commit 4d124ef
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
15 changes: 3 additions & 12 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions Gopkg.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@
[[constraint]]
name = "github.com/docker/docker"
branch = "master"

[[constraint]]
name = "github.com/kyokomi/emoji"
branch = "master"
5 changes: 1 addition & 4 deletions cmd/core/utils/out/decor.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
package out

import (
// use bobheadxi/emoji until https://github.com/kyokomi/emoji/pull/32 gets
// merged, for Stringer compatibility for the Colour class

"fmt"
"os"

"github.com/bobheadxi/emoji"
"github.com/fatih/color"
"github.com/kyokomi/emoji"
)

const (
Expand Down

0 comments on commit 4d124ef

Please sign in to comment.