Skip to content

Commit

Permalink
tidy go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
zeucapua committed Sep 9, 2024
1 parent 6e4f357 commit 6908e16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ go 1.22

require (
github.com/charmbracelet/bubbles v0.19.0
github.com/charmbracelet/bubbletea v0.27.1
github.com/charmbracelet/lipgloss v0.13.0
github.com/cli/browser v1.3.0
github.com/go-git/go-git/v5 v5.12.0
Expand All @@ -17,8 +18,7 @@ require (
)

require (
github.com/charmbracelet/bubbletea v0.27.1 // indirect
github.com/charmbracelet/bubbletea v0.27.1 // indirect
github.com/atotto/clipboard v0.1.4 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect

Expand Down

0 comments on commit 6908e16

Please sign in to comment.