Skip to content

Commit 964d3f9

Browse files
chore(deps): bump github.com/briandowns/spinner from 1.20.0 to 1.21.0 (#237)
Bumps [github.com/briandowns/spinner](https://github.com/briandowns/spinner) from 1.20.0 to 1.21.0. - [Release notes](https://github.com/briandowns/spinner/releases) - [Commits](briandowns/spinner@v1.20.0...v1.21.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> Co-authored-by: Oleg Balunenko <oleg.balunenko@gmail.com>
1 parent a8c6062 commit 964d3f9

File tree

4 files changed

+41
-16
lines changed

4 files changed

+41
-16
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.20.0
6+
github.com/briandowns/spinner v1.21.0
77
github.com/manifoldco/promptui v0.9.0
88
github.com/obalunenko/getenv v1.3.0
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.20.0 h1:GQq1Yf1KyzYT8CY19GzWrDKP6hYOFB6J72Ks7d8aO1U=
2-
github.com/briandowns/spinner v1.20.0/go.mod h1:TcwZHb7Wb6vn/+bcVv1UXEzaA4pLS7yznHlkY/HzH44=
1+
github.com/briandowns/spinner v1.21.0 h1:2lVBzf3iZ3cT/ulVXljc4BzlL3yTWZDzsGsamI7si+A=
2+
github.com/briandowns/spinner v1.21.0/go.mod h1:TcwZHb7Wb6vn/+bcVv1UXEzaA4pLS7yznHlkY/HzH44=
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: 37 additions & 12 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.20.0
1+
# github.com/briandowns/spinner v1.21.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)