File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,15 @@ module github.com/ashish0kumar/typtea
22
33go 1.23.2
44
5+ require (
6+ github.com/charmbracelet/bubbletea v1.3.5
7+ github.com/charmbracelet/lipgloss v1.1.0
8+ github.com/spf13/cobra v1.9.1
9+ )
10+
511require (
612 github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
7- github.com/charmbracelet/bubbletea v1.3.5 // indirect
813 github.com/charmbracelet/colorprofile v0.2.3-0.20250311203215-f60798e515dc // indirect
9- github.com/charmbracelet/lipgloss v1.1.0 // indirect
1014 github.com/charmbracelet/x/ansi v0.8.0 // indirect
1115 github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd // indirect
1216 github.com/charmbracelet/x/term v0.2.1 // indirect
@@ -20,7 +24,6 @@ require (
2024 github.com/muesli/cancelreader v0.2.2 // indirect
2125 github.com/muesli/termenv v0.16.0 // indirect
2226 github.com/rivo/uniseg v0.4.7 // indirect
23- github.com/spf13/cobra v1.9.1 // indirect
2427 github.com/spf13/pflag v1.0.6 // indirect
2528 github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
2629 golang.org/x/sync v0.13.0 // indirect
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
4141github.com/spf13/pflag v1.0.6 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
4242github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no =
4343github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e /go.mod h1:RbqR21r5mrJuqunuUZ/Dhy/avygyECGrLceyNeo4LiM =
44+ golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 h1:MDc5xs78ZrZr3HMQugiXOAkSZtfTpbJLDr/lwfgO53E =
45+ golang.org/x/exp v0.0.0-20220909182711-5c715a9e8561 /go.mod h1:cyybsKvd6eL0RnXn6p/Grxp8F5bW7iYuBgsNCOHpMYE =
4446golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610 =
4547golang.org/x/sync v0.13.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
4648golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
You can’t perform that action at this time.
0 commit comments