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

feat!: v2 #392

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

feat!: v2 #392

wants to merge 2 commits into from

Conversation

caarlos0
Copy link
Member

No description provided.

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
@caarlos0 caarlos0 self-assigned this Jan 14, 2025
@tuxtlequino
Copy link

IS there a way to test this? I tried checking your go.mod and
github.com/charmbracelet/wish/v2 v2.0.0-00010101000000-000000000000
invalid version: unknown revision 000000000000

@aymanbagabas
Copy link
Member

IS there a way to test this? I tried checking your go.mod and github.com/charmbracelet/wish/v2 v2.0.0-00010101000000-000000000000 invalid version: unknown revision 000000000000

You could delete github.com/charmbracelet/wish from your go.mod file, then do go get github.com/charmbracelet/wish/v2@v2-exp to try this branch.

@tuxtlequino
Copy link

I also noticed that I needed to modify the bubbles alpha to get it to work otherwise I was getting all kinds of errors. I changed the go.mod from
github.com/charmbracelet/bubbles/v2 v2.0.0-alpha.2.0.2
to
github.com/charmbracelet/bubbles/v2 v2.0.0-alpha.2.0.20250114183437-fbe642df174c
Thank you very much for all this work. So far the main.go works. Will try the wish soon and report back.

@caarlos0
Copy link
Member Author

caarlos0 commented Jan 16, 2025

@tuxtlequino yes you'll need the entire v2 stack

for most of them you can

go get "github.com/charmbracelet/${LIB_NAME}/v2@v2-exp"

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.

3 participants