Skip to content

Commit

Permalink
Bump github.com/fatih/color from 1.16.0 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.16.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent a75bed8 commit efac3c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/y-yagi/jpcal
go 1.21

require (
github.com/fatih/color v1.16.0
github.com/fatih/color v1.17.0
github.com/holiday-jp/holiday_jp-go v0.0.0-20220125203534-53124b4cc19c
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/y-yagi/goext v0.6.0
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/fatih/color v1.16.0 h1:zmkK9Ngbjj+K0yRhTVONQh1p/HknKYSlNT+vZCzyokM=
github.com/fatih/color v1.16.0/go.mod h1:fL2Sau1YI5c0pdGEVCbKQbLXB6edEj1ZgiY4NijnWvE=
github.com/fatih/color v1.17.0 h1:GlRw1BRJxkpqUCBKzKOw098ed57fEsKeNjpTe3cSjK4=
github.com/fatih/color v1.17.0/go.mod h1:YZ7TlrGPkiz6ku9fK3TLD/pl3CpsiFyu8N92HLgmosI=
github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
github.com/holiday-jp/holiday_jp-go v0.0.0-20220125203534-53124b4cc19c h1:+1GzJ2YnXBmzgoscAbcvUhPOFqGG5Tsf35YyoK3pyqg=
github.com/holiday-jp/holiday_jp-go v0.0.0-20220125203534-53124b4cc19c/go.mod h1:o9DAQ/6N1cbjdCIfBwlIH0v3nGnnhZz5NDaMP+YIR14=
Expand All @@ -12,7 +12,5 @@ github.com/y-yagi/goext v0.6.0 h1:kOa5CbcuZlVzjQM5U2EH16pu6P6tWc7/XQrIxlCyltM=
github.com/y-yagi/goext v0.6.0/go.mod h1:n/8nSrIm39oaYJr+mJxMOS/VuAL4ZF6ZMAevjv5DdI4=
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/sys v0.14.0 h1:Vz7Qs629MkJkGyHxUlRHizWJRG2j8fbQKjELVSNhy7Q=
golang.org/x/sys v0.14.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.19.0 h1:q5f1RH2jigJ1MoAWp2KTp3gm5zAGFUTarQZ5U386+4o=
golang.org/x/sys v0.19.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit efac3c0

Please sign in to comment.