Skip to content

Commit 562604a

Browse files
chore(deps): bump github.com/briandowns/spinner from 1.22.0 to 1.23.0 (#248)
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner) from 1.22.0 to 1.23.0. - [Release notes](https://github.com/briandowns/spinner/releases) - [Commits](briandowns/spinner@v1.22.0...v1.23.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>
1 parent 6e9dc00 commit 562604a

File tree

4 files changed

+28
-9
lines changed

4 files changed

+28
-9
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.20
44

55
require (
6-
github.com/briandowns/spinner v1.22.0
6+
github.com/briandowns/spinner v1.23.0
77
github.com/manifoldco/promptui v0.9.0
88
github.com/obalunenko/getenv v1.4.2
99
github.com/obalunenko/logger v0.5.1

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.22.0 h1:fJ/7tyeM2q9ebM57kGfjnUSrgPJBsULk+/s61UpMGrw=
2-
github.com/briandowns/spinner v1.22.0/go.mod h1:rPG4gmXeN3wQV/TsAY4w8lPdIM6RX3yqeBQJSrbXjuE=
1+
github.com/briandowns/spinner v1.23.0 h1:alDF2guRWqa/FOZZYWjlMIx2L6H0wyewPxo/CH4Pt2A=
2+
github.com/briandowns/spinner v1.23.0/go.mod h1:rPG4gmXeN3wQV/TsAY4w8lPdIM6RX3yqeBQJSrbXjuE=
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/spinner.go

Lines changed: 24 additions & 5 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.22.0
1+
# github.com/briandowns/spinner v1.23.0
22
## explicit; go 1.17
33
github.com/briandowns/spinner
44
# github.com/certifi/gocertifi v0.0.0-20210507211836-431795d63e8d

0 commit comments

Comments
 (0)