Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions dependency-registry/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,36 @@ dependencies:
allowed_scopes:
- "*"

- module: github.com/charmbracelet/bubbles
versions:
- version: ">=v1.0.0"
allowed_scopes:
- "*"

- module: github.com/charmbracelet/bubbletea
versions:
- version: ">=v1.3.10"
allowed_scopes:
- "*"

- module: github.com/charmbracelet/huh
versions:
- version: ">=v1.0.0"
allowed_scopes:
- "*"

- module: github.com/charmbracelet/huh/spinner
versions:
- version: "=v0.0.0-20260223110133-9dc45e34a40b"
allowed_scopes:
- "*"

- module: github.com/charmbracelet/lipgloss
versions:
- version: ">=v1.1.0"
allowed_scopes:
- "*"

- module: github.com/go-git/go-git/v5
versions:
- version: ">=v5.16.5"
Expand Down
Loading