Skip to content

Commit ed104dd

Browse files
Update module github.com/integrii/flaggy to v1.7.1
1 parent ac40075 commit ed104dd

2 files changed

Lines changed: 17 additions & 3 deletions

File tree

go.mod

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,24 @@
11
module github.com/tjmtmmnk/ilse
22

3-
go 1.16
3+
go 1.25
44

55
require (
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.7.1
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+
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ github.com/gdamore/tcell/v2 v2.2.0 h1:vSyEgKwraXPSOkvCk7IwOSyX+Pv3V2cV9CikJMXg4U
77
github.com/gdamore/tcell/v2 v2.2.0/go.mod h1:cTTuF84Dlj/RqmaCIV5p4w8uG1zWdk0SF6oBpwHp4fU=
88
github.com/integrii/flaggy v1.4.4 h1:8fGyiC14o0kxhTqm2VBoN19fDKPZsKipP7yggreTMDc=
99
github.com/integrii/flaggy v1.4.4/go.mod h1:tnTxHeTJbah0gQ6/K0RW0J7fMUBk9MCF5blhm43LNpI=
10+
github.com/integrii/flaggy v1.7.1 h1:UTGDWksXL0ilNGWiw6J7KREZZrQVO1ZlRo3svlWzsjc=
11+
github.com/integrii/flaggy v1.7.1/go.mod h1:QS4c80m87SXG0pmVUT/Lx2RY5EbkLvLp7IKBD2jwcFA=
1012
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
1113
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
1214
github.com/lucasb-eyer/go-colorful v1.0.3 h1:QIbQXiugsb+q10B+MI+7DI1oQLdmnep86tWFlaaUAac=

0 commit comments

Comments
 (0)