File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/tjmtmmnk/ilse
22
3- go 1.16
3+ go 1.25
44
55require (
66 github.com/gdamore/tcell/v2 v2.2.0
7- github.com/integrii/flaggy v1.4.4
8- github.com/kylelemons/godebug v1.1.0 // indirect
7+ github.com/integrii/flaggy v1.8.0
98 github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
109 github.com/rivo/tview v0.0.0-20210215180505-b1efc6d8c1b8
1110 github.com/sahilm/fuzzy v0.1.0
1211)
12+
13+ require (
14+ github.com/gdamore/encoding v1.0.0 // indirect
15+ github.com/gdamore/tcell v1.4.0 // indirect
16+ github.com/kylelemons/godebug v1.1.0 // indirect
17+ github.com/lucasb-eyer/go-colorful v1.0.3 // indirect
18+ github.com/mattn/go-runewidth v0.0.10 // indirect
19+ github.com/rivo/uniseg v0.2.0 // indirect
20+ golang.org/x/sys v0.0.0-20210113181707-4bcb84eeeb78 // indirect
21+ golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf // indirect
22+ golang.org/x/text v0.3.5 // indirect
23+ golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e // indirect
24+ )
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ github.com/gdamore/tcell/v2 v2.2.0 h1:vSyEgKwraXPSOkvCk7IwOSyX+Pv3V2cV9CikJMXg4U
77github.com/gdamore/tcell/v2 v2.2.0 /go.mod h1:cTTuF84Dlj/RqmaCIV5p4w8uG1zWdk0SF6oBpwHp4fU =
88github.com/integrii/flaggy v1.4.4 h1:8fGyiC14o0kxhTqm2VBoN19fDKPZsKipP7yggreTMDc =
99github.com/integrii/flaggy v1.4.4 /go.mod h1:tnTxHeTJbah0gQ6/K0RW0J7fMUBk9MCF5blhm43LNpI =
10+ github.com/integrii/flaggy v1.8.0 h1:tC1qWwg4fhF2Qdaj+MpPK04cxlOSq0+HoMZqAW6Arao =
11+ github.com/integrii/flaggy v1.8.0 /go.mod h1:QS4c80m87SXG0pmVUT/Lx2RY5EbkLvLp7IKBD2jwcFA =
1012github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
1113github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
1214github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac =
You can’t perform that action at this time.
0 commit comments