Skip to content

Commit bdfd4bc

Browse files
committed
Merge branch 'master' of github.com:Clivern/Poodle
* 'master' of github.com:Clivern/Poodle: Update module logrusorgru/aurora to v3 (#19) Update README.md
2 parents c0d579d + 9735c30 commit bdfd4bc

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
<a href="https://github.com/Clivern/Poodle/blob/master/LICENSE"><img src="https://img.shields.io/badge/LICENSE-MIT-orange.svg"></a>
1212
</p>
1313
</p>
14-
<br/>
14+
<p align="center">
15+
<img src="/assets/carbon.png" width="70%" />
16+
</p>
1517
<h4 align="center">
1618
<a href="https://youtu.be/PifMSY8-PO4" target="_blank">:unicorn: Check out the Demo!</a>
1719
</h4>

go.mod

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/araddon/dateparse v0.0.0-20200409225146-d820a6159ab1
88
github.com/briandowns/spinner v1.11.1
99
github.com/logrusorgru/aurora v2.0.3+incompatible
10+
github.com/logrusorgru/aurora/v3 v3.0.0
1011
github.com/manifoldco/promptui v0.7.0
1112
github.com/satori/go.uuid v1.2.0
1213
github.com/sirupsen/logrus v1.6.0

go.sum

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
7171
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
7272
github.com/logrusorgru/aurora v2.0.3+incompatible h1:tOpm7WcpBTn4fjmVfgpQq0EfczGlG91VSDkswnjF5A8=
7373
github.com/logrusorgru/aurora v2.0.3+incompatible/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
74+
github.com/logrusorgru/aurora/v3 v3.0.0/go.mod h1:vsR12bk5grlLvLXAYrBsb5Oc/N+LxAlxggSjiwMnCUc=
7475
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a h1:weJVJJRzAJBFRlAiJQROKQs8oC9vOxvm4rZmBBk0ONw=
7576
github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI=
7677
github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=

0 commit comments

Comments
 (0)