Skip to content

Fix stale go.sum entries for Bubble Tea dependencies #11

Description

@jeanmachuca

What

CI fails with 'missing go.sum entry' for bubbletea and lipgloss dependencies. The go.sum file exists but is stale/outdated relative to go.mod.

Why

CI pipeline is completely blocked. The go.sum needs to be regenerated to match the current go.mod.

How

  • Run 'go mod tidy' to regenerate go.sum with correct checksums
  • Commit the updated go.sum
  • Verify CI passes after the commit

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingciContinuous Integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions