Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
4dcf991
Bump charm.land/bubbles/v2 from 2.2.0 to 2.2.1
dependabot[bot] Sep 1, 2026
83b7e1a
Merge remote-tracking branch 'origin/main' into dependabot/go_modules…
Copilot Sep 1, 2026
480709c
Merge branch 'main' into dependabot/go_modules/charm.land/bubbles/v2-…
github-actions[bot] Sep 1, 2026
fcb1524
Plan branch refresh pass
Copilot Sep 1, 2026
def565a
Revert unrelated action lock update
Copilot Sep 1, 2026
ccc1b24
Begin PR readiness review
Copilot Sep 1, 2026
fff3083
Revert "Begin PR readiness review"
Copilot Sep 1, 2026
5d691c0
Review PR merge readiness
Copilot Sep 5, 2026
6baffa0
Revert "Review PR merge readiness"
Copilot Sep 5, 2026
f67f50c
Merge remote-tracking branch 'origin/main' into dependabot/go_modules…
Copilot Sep 5, 2026
ed79218
Merge branch 'main' into dependabot/go_modules/charm.land/bubbles/v2-…
github-actions[bot] Sep 5, 2026
f69e45f
Merge branch 'main' into dependabot/go_modules/charm.land/bubbles/v2-…
github-actions[bot] Sep 5, 2026
236e0ab
Merge remote-tracking branch 'origin/main' into dependabot/go_modules…
Copilot Sep 5, 2026
b0e7f11
Merge branch 'main' into dependabot/go_modules/charm.land/bubbles/v2-…
github-actions[bot] Sep 5, 2026
718d98f
Merge remote-tracking branch 'origin/main' into dependabot/go_modules…
Copilot Sep 5, 2026
9d60eab
Merge remote-tracking branch 'origin/main' into dependabot/go_modules…
Copilot Sep 6, 2026
cda3dfd
Merge branch 'main' into dependabot/go_modules/charm.land/bubbles/v2-…
github-actions[bot] Sep 6, 2026
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/github/gh-aw
go 1.26.7

require (
charm.land/bubbles/v2 v2.2.0
charm.land/bubbles/v2 v2.2.1
charm.land/bubbletea/v2 v2.0.9
charm.land/huh/v2 v2.0.3
charm.land/lipgloss/v2 v2.0.6
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
charm.land/bubbles/v2 v2.2.0 h1:9GEMewcejrNtVIxZ9Y2wSsWJamsWNsXa8MpMLnH4yI4=
charm.land/bubbles/v2 v2.2.0/go.mod h1:wdMgn+sje1KNXdwFizIWjbf328fIUBxqEmJ/vYPo8yc=
charm.land/bubbles/v2 v2.2.1 h1:Fq1+qm5hV6GkvzLQDhCBpXXE5tLgvh1PRriCLwSvIQU=
charm.land/bubbles/v2 v2.2.1/go.mod h1:wdMgn+sje1KNXdwFizIWjbf328fIUBxqEmJ/vYPo8yc=
charm.land/bubbletea/v2 v2.0.9 h1:DpJCMWKgzQK8SJv4zbKKFHAI10ymWy/evClPFk0k0f8=
charm.land/bubbletea/v2 v2.0.9/go.mod h1:2SkdgoTXluXJHOUwAoRlRXF/28vklb1rFl6GcgV1/ss=
charm.land/huh/v2 v2.0.3 h1:2cJsMqEPwSywGHvdlKsJyQKPtSJLVnFKyFbsYZTlLkU=
Expand Down
Loading