go.mod (532B)
1 module gemini-browser 2 3 go 1.26.2 4 5 require ( 6 github.com/gdamore/tcell/v2 v2.8.1 7 github.com/makeworld-the-better-one/go-gemini v0.13.1 8 github.com/rivo/tview v0.42.0 9 ) 10 11 require ( 12 github.com/gdamore/encoding v1.0.1 // indirect 13 github.com/lucasb-eyer/go-colorful v1.2.0 // indirect 14 github.com/mattn/go-runewidth v0.0.16 // indirect 15 github.com/rivo/uniseg v0.4.7 // indirect 16 golang.org/x/net v0.25.0 // indirect 17 golang.org/x/sys v0.29.0 // indirect 18 golang.org/x/term v0.28.0 // indirect 19 golang.org/x/text v0.21.0 // indirect 20 )