Skip to content

Commit 0c266b4

Browse files
tidied go mod
1 parent 461e5f2 commit 0c266b4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ module github.com/programmersd21/kairo
33
go 1.26
44

55
require (
6+
github.com/Masterminds/semver/v3 v3.4.0
67
github.com/charmbracelet/bubbles v0.21.0
78
github.com/charmbracelet/bubbletea v1.3.5
89
github.com/charmbracelet/glamour v0.10.0
910
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
1011
github.com/fsnotify/fsnotify v1.9.0
12+
github.com/minio/selfupdate v0.6.0
1113
github.com/olebedev/when v1.0.0
1214
github.com/pelletier/go-toml/v2 v2.2.4
1315
github.com/yuin/gopher-lua v1.1.1
@@ -17,7 +19,6 @@ require (
1719
require (
1820
aead.dev/minisign v0.2.0 // indirect
1921
github.com/AlekSi/pointer v1.0.0 // indirect
20-
github.com/Masterminds/semver/v3 v3.4.0 // indirect
2122
github.com/alecthomas/chroma/v2 v2.14.0 // indirect
2223
github.com/atotto/clipboard v0.1.4 // indirect
2324
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
@@ -37,7 +38,6 @@ require (
3738
github.com/mattn/go-localereader v0.0.1 // indirect
3839
github.com/mattn/go-runewidth v0.0.16 // indirect
3940
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
40-
github.com/minio/selfupdate v0.6.0 // indirect
4141
github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect
4242
github.com/muesli/cancelreader v0.2.2 // indirect
4343
github.com/muesli/reflow v0.3.0 // indirect

0 commit comments

Comments
 (0)