2020-06-18 23:54:48 +03:00
|
|
|
module github.com/makeworld-the-better-one/amfora
|
|
|
|
|
|
|
|
go 1.14
|
|
|
|
|
|
|
|
require (
|
2020-07-11 01:59:51 +03:00
|
|
|
github.com/dustin/go-humanize v1.0.0
|
2020-06-18 23:54:48 +03:00
|
|
|
github.com/fsnotify/fsnotify v1.4.9 // indirect
|
|
|
|
github.com/gdamore/tcell v1.3.1-0.20200608133353-cb1e5d6fa606
|
2020-08-26 04:03:21 +03:00
|
|
|
github.com/google/go-cmp v0.5.0 // indirect
|
2020-12-17 19:29:03 +03:00
|
|
|
github.com/makeworld-the-better-one/go-gemini v0.10.0
|
2020-10-01 01:04:59 +03:00
|
|
|
github.com/makeworld-the-better-one/go-isemoji v1.1.0
|
2020-07-10 21:37:18 +03:00
|
|
|
github.com/makeworld-the-better-one/progressbar/v3 v3.3.5-0.20200710151429-125743e22b4f
|
2020-06-18 23:54:48 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
2020-11-17 19:26:49 +03:00
|
|
|
github.com/mmcdole/gofeed v1.1.0
|
2020-06-18 23:54:48 +03:00
|
|
|
github.com/pelletier/go-toml v1.8.0 // indirect
|
2020-10-09 03:54:07 +03:00
|
|
|
github.com/rkoesters/xdg v0.0.0-20181125232953-edd15b846f9b
|
2020-06-18 23:54:48 +03: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
|
|
|
|
github.com/spf13/viper v1.7.0
|
2020-08-05 20:31:59 +03:00
|
|
|
github.com/stretchr/testify v1.6.1
|
2020-07-26 03:26:40 +03:00
|
|
|
gitlab.com/tslocum/cview v1.4.8-0.20200713214710-cc7796c4ca44
|
2020-08-26 04:03:21 +03:00
|
|
|
golang.org/x/sys v0.0.0-20200817155316-9781c653f443 // indirect
|
2020-06-19 20:26:10 +03:00
|
|
|
golang.org/x/text v0.3.3
|
2020-08-26 04:03:21 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2020-06-18 23:54:48 +03:00
|
|
|
gopkg.in/ini.v1 v1.57.0 // indirect
|
|
|
|
)
|
2020-11-23 04:04:09 +03:00
|
|
|
|
|
|
|
replace github.com/mmcdole/gofeed => github.com/makeworld-the-better-one/gofeed v1.1.1-0.20201123002655-c0c6354134fe
|