Skip to content

Commit

Permalink
fix(deps): update module github.com/logrusorgru/aurora/v3 to v4 (#26)
Browse files Browse the repository at this point in the history
* fix(deps): update module github.com/logrusorgru/aurora/v3 to v4

* chore(deps): patch to use aurora v4

Signed-off-by: clok <[email protected]>

---------

Signed-off-by: clok <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
clok and renovate[bot] authored Jan 11, 2024
1 parent 3002eb0 commit 760bec7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ linters-settings:
- 'github.com/a8m/djson'
- 'github.com/TylerBrock/colorjson'
- 'github.com/AlecAivazis/survey/v2'
- 'github.com/logrusorgru/aurora/v3'
- 'github.com/logrusorgru/aurora/v4'
2 changes: 1 addition & 1 deletion cmd/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

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

func PrintWarn(s string) {
Expand Down
2 changes: 1 addition & 1 deletion cmd/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"testing"

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

func Test_PrintWarn(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/clok/awssession v1.1.2
github.com/clok/cdocs v1.2.0
github.com/jedib0t/go-pretty/v6 v6.5.2
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/logrusorgru/aurora/v4 v4.0.0
github.com/urfave/cli/v2 v2.27.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,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/v3 v3.0.0 h1:R6zcoZZbvVcGMvDCKo45A9U/lzYyzl5NfYIvznmDfE4=
github.com/logrusorgru/aurora/v3 v3.0.0/go.mod h1:vsR12bk5grlLvLXAYrBsb5Oc/N+LxAlxggSjiwMnCUc=
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/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.8 h1:c1ghPdyEDarC70ftn0y+A/Ee++9zz8ljHG1b13eJ0s8=
github.com/mattn/go-colorable v0.1.8/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
Expand Down

0 comments on commit 760bec7

Please sign in to comment.