Skip to content

Commit

Permalink
chore(deps): bump github.com/briandowns/spinner from 1.18.1 to 1.19.0 (
Browse files Browse the repository at this point in the history
…#158)

Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner) from 1.18.1 to 1.19.0.
- [Release notes](https://github.com/briandowns/spinner/releases)
- [Commits](briandowns/spinner@v1.18.1...v1.19.0)

---
updated-dependencies:
- dependency-name: github.com/briandowns/spinner
  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>
  • Loading branch information
dependabot[bot] committed Aug 3, 2022
1 parent 234c5b3 commit fe7edda
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 26 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/obalunenko/advent-of-code
go 1.18

require (
github.com/briandowns/spinner v1.18.1
github.com/briandowns/spinner v1.19.0
github.com/manifoldco/promptui v0.9.0
github.com/obalunenko/getenv v1.0.0
github.com/obalunenko/logger v0.5.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/briandowns/spinner v1.18.1 h1:yhQmQtM1zsqFsouh09Bk/jCjd50pC3EOGsh28gLVvwY=
github.com/briandowns/spinner v1.18.1/go.mod h1:mQak9GHqbspjC/5iUx3qMlIho8xBS/ppAL/hX5SmPJU=
github.com/briandowns/spinner v1.19.0 h1:s8aq38H+Qju89yhp89b4iIiMzMm8YN3p6vGpwyh/a8E=
github.com/briandowns/spinner v1.19.0/go.mod h1:mQak9GHqbspjC/5iUx3qMlIho8xBS/ppAL/hX5SmPJU=
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d h1:S2NE3iHSwP0XV47EEXL8mWmRdEfGscSJ+7EgePNgt0s=
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/briandowns/spinner/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 49 additions & 21 deletions vendor/github.com/briandowns/spinner/spinner.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# github.com/briandowns/spinner v1.18.1
# github.com/briandowns/spinner v1.19.0
## explicit; go 1.14
github.com/briandowns/spinner
# github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d
Expand Down

0 comments on commit fe7edda

Please sign in to comment.