Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/create: Replace deprecated github.com/briandowns/spinner API #1586

Conversation

debarshiray
Copy link
Member

A new API was added to github.com/briandowns/spinner 1.23.0 to deprecate
the io.Writer output in favour of a pointer to an os.File [1]. This new
API enables the spinner to automatically detect whether the output is
connected to a terminal or not, which is convenient.

Commit 944b3ac already bumped the required
github.com/briandowns/spinner version to 1.23.0, so take advantage of
that.

[1] github.com/briandowns/spinner commit 1445186377e2e283
briandowns/spinner@1445186377e2e283
briandowns/spinner#142

The src/go.sum file was updated with 'go mod tidy'.

containers#1585
The src/go.sum file was updated with 'go mod tidy'.

containers#1585
The src/go.sum file was updated with 'go mod tidy'.

containers#1585
The src/go.sum file was updated with 'go mod tidy'.

containers#1585
A new API was added to github.com/briandowns/spinner 1.23.0 to deprecate
the io.Writer output in favour of a pointer to an os.File [1].  This new
API enables the spinner to automatically detect whether the output is
connected to a terminal or not, which is convenient.

Commit 944b3ac already bumped the required
github.com/briandowns/spinner version to 1.23.0, so take advantage of
that.

[1] github.com/briandowns/spinner commit 1445186377e2e283
    briandowns/spinner@1445186377e2e283
    briandowns/spinner#142

containers#1586
@debarshiray debarshiray force-pushed the wip/rishi/src-cmd-create-spinnerWithWriterFile branch from a972137 to bb2cda1 Compare November 1, 2024 22:49
@debarshiray debarshiray merged commit bb2cda1 into containers:main Nov 2, 2024
3 checks passed
@debarshiray debarshiray deleted the wip/rishi/src-cmd-create-spinnerWithWriterFile branch November 2, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant