Skip to content

fix(examples): migrate imports to charm.land for the glamour example#1642

Merged
andreynering merged 2 commits intocharmbracelet:mainfrom
mhdna:migrate-import
Mar 26, 2026
Merged

fix(examples): migrate imports to charm.land for the glamour example#1642
andreynering merged 2 commits intocharmbracelet:mainfrom
mhdna:migrate-import

Conversation

@mhdna
Copy link
Copy Markdown
Contributor

@mhdna mhdna commented Mar 26, 2026

If you try to go mod tidy the required packages for the glamour example (out of all the other examples), you'll be presented with the error message: module declares its path as: charm.land/glamour/v2 but was required as: github.com/charmbracelet/glamour/v2, since the glamour package initializes it's module name as charm.land/glamour/v2.



@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.09%. Comparing base (65c3978) to head (742ced6).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1642   +/-   ##
=======================================
  Coverage   56.09%   56.09%           
=======================================
  Files          25       25           
  Lines        1287     1287           
=======================================
  Hits          722      722           
  Misses        481      481           
  Partials       84       84           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@andreynering andreynering left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@andreynering andreynering merged commit 7df1e65 into charmbracelet:main Mar 26, 2026
21 checks passed
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.

2 participants