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.
14 lines
372 B
14 lines
372 B
module git.sr.ht/~hedy/gelim |
|
|
|
go 1.16 |
|
|
|
require ( |
|
git.sr.ht/~adnano/go-xdg v0.1.0 |
|
github.com/BurntSushi/toml v0.3.1 |
|
github.com/fatih/color v1.10.0 |
|
github.com/manifoldco/ansiwrap v1.1.0 |
|
github.com/peterh/liner v1.2.1 |
|
github.com/spf13/pflag v1.0.5 |
|
golang.org/x/sys v0.0.0-20210316164454-77fc1eacc6aa // indirect |
|
golang.org/x/term v0.0.0-20210429154555-c04ba851c2a4 |
|
)
|
|
|