mastotool/go.mod

14 wiersze
356 B
Modula-2

2019-08-11 02:12:37 +00:00
module github.com/muesli/mastotool
2018-11-23 04:33:39 +00:00
2020-08-22 13:12:37 +00:00
go 1.15
2018-11-23 04:33:39 +00:00
require (
github.com/jedib0t/go-pretty/v6 v6.4.4
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-mastodon v0.0.6
github.com/microcosm-cc/bluemonday v1.0.22
github.com/muesli/goprogressbar v0.2.0
github.com/spf13/cobra v1.6.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
2018-11-23 04:33:39 +00:00
)