2019-08-11 04:12:37 +02:00
|
|
|
module github.com/muesli/mastotool
|
2018-11-23 05:33:39 +01:00
|
|
|
|
2020-08-22 15:12:37 +02:00
|
|
|
go 1.15
|
|
|
|
|
2018-11-23 05:33:39 +01:00
|
|
|
require (
|
2022-11-15 17:15:13 +01:00
|
|
|
github.com/jedib0t/go-pretty/v6 v6.4.2
|
2022-11-15 18:30:54 +01:00
|
|
|
github.com/kr/pretty v0.1.0 // indirect
|
2019-08-11 06:23:50 +02:00
|
|
|
github.com/mattn/go-mastodon v0.0.5-0.20190808074743-8a48862adc29
|
2022-11-15 17:08:54 +01:00
|
|
|
github.com/microcosm-cc/bluemonday v1.0.21
|
2020-10-04 03:27:40 +02:00
|
|
|
github.com/muesli/goprogressbar v0.2.0
|
2022-11-15 18:30:54 +01:00
|
|
|
github.com/spf13/cobra v1.6.1
|
|
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
2018-11-23 05:33:39 +01:00
|
|
|
)
|