Skip to content

Commit 7577d54

Browse files
committed
Update to mattn/go-colorable v0.1.4.
1 parent 8e0197e commit 7577d54

File tree

7 files changed

+47
-22
lines changed

7 files changed

+47
-22
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ require (
2323
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
2424
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
2525
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
26-
github.com/mattn/go-colorable v0.1.2
26+
github.com/mattn/go-colorable v0.1.4
2727
github.com/mitchellh/go-homedir v1.1.0
2828
github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
2929
github.com/pkg/errors v0.8.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,8 @@ github.com/magiconair/properties v1.8.0 h1:LLgXmsheXeRoUOBOjtwPQCWIYqM/LU1ayDtDe
146146
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
147147
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb h1:RHba4YImhrUVQDHUCe2BNSOz4tVy2yGyXhvYDvxGgeE=
148148
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s=
149-
github.com/mattn/go-colorable v0.1.2 h1:/bC9yWikZXAL9uJdulbSfyVNIR3n3trXl+v8+1sx8mU=
150-
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
149+
github.com/mattn/go-colorable v0.1.4 h1:snbPLB8fVfU9iwbbo30TPtbLRzwWu6aJS6Xh4eaaviA=
150+
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
151151
github.com/mattn/go-isatty v0.0.8 h1:HLtExJ+uU2HOZ+wI0Tt5DtUDrx8yhUqDcp7fYERX4CE=
152152
github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s=
153153
github.com/mattn/goveralls v0.0.2/go.mod h1:8d1ZMHsd7fW6IRPKQh46F2WRpyib5/X4FOpevwGNQEw=

vendor/github.com/mattn/go-colorable/colorable_appengine.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/colorable_others.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/colorable_windows.go

Lines changed: 34 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/mattn/go-colorable/noncolorable.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ github.com/konsorten/go-windows-terminal-sequences
106106
github.com/magiconair/properties
107107
# github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb
108108
github.com/matoous/godox
109-
# github.com/mattn/go-colorable v0.1.2
109+
# github.com/mattn/go-colorable v0.1.4
110110
github.com/mattn/go-colorable
111111
# github.com/mattn/go-isatty v0.0.8
112112
github.com/mattn/go-isatty

0 commit comments

Comments
 (0)