You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
471 B
16 lines
471 B
module git.bacardi55.io/bacardi55/gtl
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cbind v0.1.5
|
|
code.rocketnine.space/tslocum/cview v1.5.7
|
|
git.sr.ht/~adnano/go-gemini v0.2.2
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/fatih/color v1.13.0
|
|
github.com/gdamore/tcell v1.4.0 // indirect
|
|
github.com/gdamore/tcell/v2 v2.4.1-0.20210828201608-73703f7ed490
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/pelletier/go-toml v1.9.4
|
|
github.com/spf13/pflag v1.0.5
|
|
)
|
|
|