Skip to content

Commit

Permalink
⬆️ dep: update gookit/color and goutil to latest
Browse files Browse the repository at this point in the history
- gookit/color to v1.5.4
- gookit/goutil to v0.6.12
  • Loading branch information
inhere committed Jul 27, 2023
1 parent 4566d6a commit 6720e51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 27 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@
/*.sh
/*.zsh
/*.pid
#go.sum
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ module github.com/gookit/gcli/v3
go 1.18

require (
github.com/gookit/color v1.5.3
github.com/gookit/goutil v0.6.10
github.com/gookit/color v1.5.4
github.com/gookit/goutil v0.6.12
golang.org/x/crypto v0.10.0
)

require (
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
golang.org/x/sync v0.3.0 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/term v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
)
21 changes: 0 additions & 21 deletions go.sum

This file was deleted.

0 comments on commit 6720e51

Please sign in to comment.