8000 chore(deps): bump github.com/briandowns/spinner from 1.18.1 to 1.19.0 · obalunenko/advent-of-code@ad562e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad562e0

Browse files
chore(deps): bump github.com/briandowns/spinner from 1.18.1 to 1.19.0
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>
1 parent 234c5b3 commit ad562e0

File tree

5 files changed

+54
-26
lines changed

5 files changed

+54
-26
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/obalunenko/advent-of-code
33
go 1.18
44

55
require (
6-
github.com/briandowns/spinner v1.18.1
6+
github.com/briandowns/spinner v1.19.0
77
github.com/manifoldco/promptui v0.9.0
88
github.com/obalunenko/getenv v1.0.0
99
github.com/obalunenko/logger v0.5.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
github.com/briandowns/spinner v1.18.1 h1:yhQmQtM1zsqFsouh09Bk/jCjd50pC3EOGsh28gLVvwY=
2-
github.com/briandowns/spinner v1.18.1/go.mod h1:mQak9GHqbspjC/5iUx3qMlIho8xBS/ppAL/hX5SmPJU=
1+
github.com/briandowns/spinner v1.19.0 h1:s8aq38H+Qju89yhp89b4iIiMzMm8YN3p6vGpwyh/a8E=
2+
github.com/briandowns/spinner v1.19.0/go.mod h1:mQak9GHqbspjC/5iUx3qMlIho8xBS/ppAL/hX5SmPJU=
33
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d h1:S2NE3iHSwP0XV47EEXL8mWmRdEfGscSJ+7EgePNgt0s=
44
github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA=
55
github.com/chzyer/logex v1.1.10 h1:Swpa1K6QvQznwJRcfTfQJmTE72DqScAa40E+fbHEXEE=

vendor/github.com/briandowns/spinner/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/briandowns/spinner/spinner.go

Lines changed: 49 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# github.com/briandowns/spinner v1.18.1
1< 48AB /code>+
# github.com/briandowns/spinner v1.19.0
22
## explicit; go 1.14
33
github.com/briandowns/spinner
44
# github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d

0 commit comments

Comments
 (0)
0