Closed glahdou closed 4 months ago
Yep that's because of the replace. I guess I should have listened to the linting rule that complained about this 😅 I think the fix for this is to replace all of the charmbracelet imports with the fork that I have so that the replace can be removed.
Seems to be working with the latest release
Bug Summary
How to replicate:
go install github.com/jahvon/flow@latest
Results in :
Not sure if this is stemming from :
replace github.com/charmbracelet/glamour => github.com/jahvon/glamour v0.7.1-patch1
Additional context
No response