Skip to content

Commit

Permalink
fix(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 (#56)
Browse files Browse the repository at this point in the history
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.15.0 to 1.16.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.15.0...v1.16.0)

---
updated-dependencies:
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabrizio Gortani <fabrizio.gortani@protonmail.com>
  • Loading branch information
dependabot[bot] and CasvalDOT authored Mar 30, 2024
1 parent 67206a3 commit f9394c3
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module hssh
go 1.19

require (
github.com/fatih/color v1.15.0
github.com/fatih/color v1.16.0
github.com/spf13/cobra v1.8.0
github.com/spf13/viper v1.18.2
)
Expand All @@ -14,7 +14,7 @@ require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.17 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
github.com/sagikazarmark/locafero v0.4.0 // indirect
Expand Down
Loading

0 comments on commit f9394c3

Please sign in to comment.