Skip to content

Commit

Permalink
chore(deps): update module logrusorgru/aurora to v4 (major) (#29)
Browse files Browse the repository at this point in the history
github.com/logrusorgru/aurora changed the license from the WTFPL to the Unlicense due to pkg.go.dev restrictions.

Refs logrusorgru/aurora@304bc2c
  • Loading branch information
joschi authored Nov 6, 2024
1 parent 1971472 commit eca3f46
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions .bouncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ permit:
- MPL.*
- ISC
- WTFPL
- Unlicense

ignore-packages:
# crypto/internal/boring is released under the openSSL license as a part of the Golang Standard Library
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require (
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.18.0
github.com/google/uuid v1.6.0
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/lunixbochs/vtclean v1.0.0
github.com/mitchellh/go-homedir v1.1.0
github.com/phayes/permbits v0.0.0-20190612203442-39d7c581d2ee
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b h1:PMbSa9CgaiQR9NLlUTwKi+7aeLl3GG5JX5ERJxfQ3IE=
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b/go.mod h1:7rIyQOR62GCctdiQpZ/zOJlFyk6y+94wXzv6RNZgaR4=
github.com/logrusorgru/aurora/v4 v4.0.0 h1:sRjfPpun/63iADiSvGGjgA1cAYegEWMPCJdUpJYn9JA=
github.com/logrusorgru/aurora/v4 v4.0.0/go.mod h1:lP0iIa2nrnT/qoFXcOZSrZQpJ1o6n2CUf/hyHi2Q4ZQ=
github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=
github.com/lucasb-eyer/go-colorful v1.0.3/go.mod h1:R4dSotOR9KMtayYi1e77YzuveK+i7ruzyGqttikkLy0=
github.com/lunixbochs/vtclean v1.0.0 h1:xu2sLAri4lGiovBDQKxl5mrXyESr3gUr5m5SM5+LVb8=
Expand Down
2 changes: 1 addition & 1 deletion runtime/ci/evaluator.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strings"

"github.com/dustin/go-humanize"
"github.com/logrusorgru/aurora"
"github.com/logrusorgru/aurora/v4"
"github.com/spf13/viper"

"github.com/wagoodman/dive/dive/image"
Expand Down
2 changes: 1 addition & 1 deletion runtime/ci/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"strconv"

"github.com/dustin/go-humanize"
"github.com/logrusorgru/aurora"
"github.com/logrusorgru/aurora/v4"
"github.com/spf13/viper"

"github.com/wagoodman/dive/dive/image"
Expand Down
2 changes: 1 addition & 1 deletion utils/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package utils
import (
"strings"

"github.com/logrusorgru/aurora"
"github.com/logrusorgru/aurora/v4"
)

func TitleFormat(s string) string {
Expand Down

0 comments on commit eca3f46

Please sign in to comment.