Skip to content

Commit 44b44b5

Browse files
authored
Update go.mod
1 parent b1c8de3 commit 44b44b5

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

source-code/go.mod

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@ module ngt
33
go 1.21
44

55
require (
6-
github.com/charmbracelet/bubbletea v0.25.0
76
github.com/charmbracelet/bubbles v0.18.0
7+
github.com/charmbracelet/bubbletea v0.25.0
88
github.com/charmbracelet/lipgloss v0.9.1
99
)
1010

1111
require (
12-
github.com/aymanbagabas/go-osc52/v2 v2.0.5 // indirect
12+
github.com/atotto/clipboard v0.1.4 // indirect
13+
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
1314
github.com/charmbracelet/harmonica v0.2.0 // indirect
1415
github.com/containerd/console v1.0.4 // indirect
1516
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
@@ -21,7 +22,8 @@ require (
2122
github.com/muesli/reflow v0.3.0 // indirect
2223
github.com/muesli/termenv v0.15.2 // indirect
2324
github.com/rivo/uniseg v0.4.7 // indirect
24-
golang.org/x/exp v0.0.0-20230811145659-89c072eaa4dd // indirect
25+
github.com/sahilm/fuzzy v0.1.1-0.20230530133925-c48e322e2a8f // indirect
26+
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb // indirect
2527
golang.org/x/sync v0.7.0 // indirect
2628
golang.org/x/sys v0.18.0 // indirect
2729
golang.org/x/term v0.18.0 // indirect

0 commit comments

Comments
 (0)