mastotool/go.mod

13 lines
354 B
Modula-2
Raw Normal View History

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 (
2020-08-23 06:42:32 +02:00
github.com/jedib0t/go-pretty/v6 v6.0.4
2019-08-11 06:23:50 +02:00
github.com/mattn/go-mastodon v0.0.5-0.20190808074743-8a48862adc29
2018-11-23 05:33:39 +01:00
github.com/microcosm-cc/bluemonday v1.0.1
github.com/muesli/goprogressbar v0.0.0-20180221033428-8ba388894ed9
2019-08-11 21:52:18 +02:00
github.com/spf13/cobra v0.0.5
2020-08-23 06:42:32 +02:00
github.com/stretchr/testify v1.3.0 // indirect
2018-11-23 05:33:39 +01:00
)