mirror of
https://github.com/makew0rld/amfora.git
synced 2024-11-03 02:37:23 -05:00
34 lines
1.3 KiB
Modula-2
34 lines
1.3 KiB
Modula-2
module github.com/makeworld-the-better-one/amfora
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
code.rocketnine.space/tslocum/cview v1.5.6-0.20210530175404-7e8817f20bdc
|
|
github.com/alecthomas/chroma v0.10.0
|
|
github.com/atotto/clipboard v0.1.4
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
github.com/gdamore/tcell/v2 v2.3.3
|
|
github.com/google/go-cmp v0.5.0 // indirect
|
|
github.com/makeworld-the-better-one/go-gemini v0.13.0
|
|
github.com/makeworld-the-better-one/go-gemini-socks5 v1.0.0
|
|
github.com/makeworld-the-better-one/rr v0.0.0-20220118144240-b31c79b0ff42
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
|
github.com/mmcdole/gofeed v1.1.2
|
|
github.com/muesli/termenv v0.9.0
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
|
github.com/rkoesters/xdg v0.0.0-20181125232953-edd15b846f9b
|
|
github.com/schollz/progressbar/v3 v3.8.0
|
|
github.com/spf13/afero v1.2.2 // indirect
|
|
github.com/spf13/cast v1.3.1 // indirect
|
|
github.com/spf13/jwalterweatherman v1.1.0 // indirect
|
|
github.com/spf13/pflag v1.0.5 // indirect
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
golang.org/x/text v0.3.6
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
|
)
|