Skip to content

Commit

Permalink
Merge pull request #10 from orangekame3/fix-gomod
Browse files Browse the repository at this point in the history
[bug]:fix go.mod
  • Loading branch information
orangekame3 authored Jun 28, 2024
2 parents b56b214 + 58808e6 commit a909ffd
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
@@ -1,17 +1,17 @@
module github.com/orangekame3/mk

go 1.21.0
go 1.21

require (
github.com/charmbracelet/bubbles v0.18.0
github.com/charmbracelet/bubbletea v0.26.6
github.com/charmbracelet/lipgloss v0.9.1
github.com/spf13/cobra v1.7.0
)

require (
github.com/atotto/clipboard v0.1.4 // indirect
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/charmbracelet/lipgloss v0.9.1 // indirect
github.com/charmbracelet/x/ansi v0.1.2 // indirect
github.com/charmbracelet/x/input v0.1.0 // indirect
github.com/charmbracelet/x/term v0.1.1 // indirect
Expand Down

0 comments on commit a909ffd

Please sign in to comment.