2020-06-18 16:54:48 -04:00
|
|
|
module github.com/makeworld-the-better-one/amfora
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-10 18:59:51 -04:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-06-18 16:54:48 -04:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
2021-02-17 14:17:13 -05:00
|
|
|
github.com/gdamore/tcell/v2 v2.1.1-0.20210125004847-19e17097d8fe
|
2020-08-25 21:03:21 -04:00
|
|
|
github.com/google/go-cmp v0.5.0 // indirect
|
2020-12-19 19:41:25 -05:00
|
|
|
github.com/makeworld-the-better-one/go-gemini v0.11.0
|
2020-06-18 16:54:48 -04:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
2020-11-17 11:26:49 -05:00
|
|
|
github.com/mmcdole/gofeed v1.1.0
|
2020-06-18 16:54:48 -04:00
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
2020-10-08 20:54:07 -04:00
|
|
|
github.com/rkoesters/xdg v0.0.0-20181125232953-edd15b846f9b
|
2020-12-19 20:09:25 -05:00
|
|
|
github.com/schollz/progressbar/v3 v3.7.2
|
2020-06-18 16:54:48 -04:00
|
|
|
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
|
2021-02-17 14:17:13 -05:00
|
|
|
github.com/spf13/viper v1.7.1
|
2020-08-05 13:31:59 -04:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2021-02-17 14:17:13 -05:00
|
|
|
gitlab.com/tslocum/cview v1.5.4-0.20210207045010-d776e728ef6d
|
|
|
|
golang.org/x/text v0.3.5
|
2020-08-25 21:03:21 -04:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2021-02-17 14:17:13 -05:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-02-22 17:41:48 -05:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2020-06-18 16:54:48 -04:00
|
|
|
)
|
2020-11-22 20:04:09 -05:00
|
|
|
|
|
|
|
replace github.com/mmcdole/gofeed => github.com/makeworld-the-better-one/gofeed v1.1.1-0.20201123002655-c0c6354134fe
|
2020-12-19 20:09:25 -05:00
|
|
|
|
|
|
|
replace github.com/schollz/progressbar/v3 => github.com/makeworld-the-better-one/progressbar/v3 v3.3.5-0.20201220005701-b036c4d38568
|
2021-02-27 21:18:03 -05:00
|
|
|
|
|
|
|
replace gitlab.com/tslocum/cview => gitlab.com/makeworld-the-better-one/cview v1.5.4-0.20210228021109-c74ebf14710b
|