Skip to content

Commit 54a6e12

Browse files
authored
Create go.mod
1 parent 7e84fb1 commit 54a6e12

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

source-code/go.mod

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
module ngt
2+
3+
go 1.21
4+
5+
require (
6+
github.com/charmbracelet/bubbletea v0.25.0
7+
github.com/charmbracelet/bubbles v0.18.0
8+
github.com/charmbracelet/lipgloss v0.9.1
9+
)
10+
11+
require (
12+
github.com/aymanbagabas/go-osc52/v2 v2.0.5 // indirect
13+
github.com/charmbracelet/harmonica v0.2.0 // indirect
14+
github.com/containerd/console v1.0.4 // indirect
15+
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
16+
github.com/mattn/go-isatty v0.0.20 // indirect
17+
github.com/mattn/go-localereader v0.0.1 // indirect
18+
github.com/mattn/go-runewidth v0.0.15 // indirect
19+
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
20+
github.com/muesli/cancelreader v0.2.2 // indirect
21+
github.com/muesli/reflow v0.3.0 // indirect
22+
github.com/muesli/termenv v0.15.2 // indirect
23+
github.com/rivo/uniseg v0.4.7 // indirect
24+
golang.org/x/exp v0.0.0-20230811145659-89c072eaa4dd // indirect
25+
golang.org/x/sync v0.7.0 // indirect
26+
golang.org/x/sys v0.18.0 // indirect
27+
golang.org/x/term v0.18.0 // indirect
28+
golang.org/x/text v0.14.0 // indirect
29+
)

0 commit comments

Comments
 (0)