Skip to content

Commit e0eb77b

Browse files
committed
fix: deps marking
1 parent afcd1b6 commit e0eb77b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

go.mod

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@ module github.com/ashish0kumar/typtea
22

33
go 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+
511
require (
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

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
4141
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
4242
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e h1:JVG44RsyaB9T2KIHavMF/ppJZNG9ZpyihvCd0w101no=
4343
github.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=
4446
golang.org/x/sync v0.13.0 h1:AauUjRAJ9OSnvULf/ARrrVywoJDy0YS2AwQ98I37610=
4547
golang.org/x/sync v0.13.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
4648
golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)