2020-06-18 23:54:48 +03:00
|
|
|
module github.com/makeworld-the-better-one/amfora
|
|
|
|
|
2021-12-01 19:09:36 +03:00
|
|
|
go 1.15
|
2020-06-18 23:54:48 +03:00
|
|
|
|
|
|
|
require (
|
2021-12-03 22:58:02 +03:00
|
|
|
code.rocketnine.space/tslocum/cview v1.5.6-0.20210530175404-7e8817f20bdc
|
2022-01-14 01:27:05 +03:00
|
|
|
github.com/alecthomas/chroma v0.10.0
|
2021-04-21 00:00:34 +03:00
|
|
|
github.com/atotto/clipboard v0.1.4
|
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
|
2021-05-29 23:02:16 +03:00
|
|
|
github.com/gdamore/tcell/v2 v2.3.3
|
2020-08-26 04:03:21 +03:00
|
|
|
github.com/google/go-cmp v0.5.0 // indirect
|
2021-12-30 20:07:55 +03:00
|
|
|
github.com/makeworld-the-better-one/go-gemini v0.13.0
|
|
|
|
github.com/makeworld-the-better-one/go-gemini-socks5 v1.0.0
|
2022-01-18 17:47:59 +03:00
|
|
|
github.com/makeworld-the-better-one/rr v0.0.0-20220118144240-b31c79b0ff42
|
2020-06-18 23:54:48 +03:00
|
|
|
github.com/mitchellh/go-homedir v1.1.0
|
|
|
|
github.com/mitchellh/mapstructure v1.3.1 // indirect
|
2021-04-19 17:01:48 +03:00
|
|
|
github.com/mmcdole/gofeed v1.1.2
|
2021-12-04 01:58:16 +03:00
|
|
|
github.com/muesli/termenv v0.9.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
|
2021-04-18 20:15:41 +03:00
|
|
|
github.com/schollz/progressbar/v3 v3.8.0
|
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
|
2021-02-17 22:17:13 +03:00
|
|
|
github.com/spf13/viper v1.7.1
|
2022-01-14 01:27:05 +03:00
|
|
|
github.com/stretchr/testify v1.7.0
|
2021-04-02 18:36:33 +03:00
|
|
|
golang.org/x/text v0.3.6
|
2020-08-26 04:03:21 +03:00
|
|
|
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
|
2021-02-17 22:17:13 +03:00
|
|
|
gopkg.in/ini.v1 v1.62.0 // indirect
|
2021-02-23 01:41:48 +03:00
|
|
|
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
|
2020-06-18 23:54:48 +03:00
|
|
|
)
|