Skip to content

Commit 1fd78de

Browse files
authored
Update go.mod
1 parent 0537bd4 commit 1fd78de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source-code/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
module ngt
22

3-
go 1.21
3+
go 1.22
44

55
require (
6+
github.com/alecthomas/chroma/v2 v2.23.1
67
github.com/charmbracelet/bubbles v0.18.0
78
github.com/charmbracelet/bubbletea v0.25.0
89
github.com/charmbracelet/lipgloss v0.9.1
@@ -13,6 +14,7 @@ require (
1314
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
1415
github.com/charmbracelet/harmonica v0.2.0 // indirect
1516
github.com/containerd/console v1.0.4 // indirect
17+
github.com/dlclark/regexp2 v1.11.5 // indirect
1618
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
1719
github.com/mattn/go-isatty v0.0.20 // indirect
1820
github.com/mattn/go-localereader v0.0.1 // indirect

0 commit comments

Comments
 (0)