1
0
mirror of https://github.com/muesli/mastotool synced 2024-12-28 10:21:51 +01:00
mastotool/go.mod
2020-10-04 03:27:40 +02:00

13 lines
326 B
Modula-2

module github.com/muesli/mastotool
go 1.15
require (
github.com/jedib0t/go-pretty/v6 v6.0.5
github.com/mattn/go-mastodon v0.0.5-0.20190808074743-8a48862adc29
github.com/microcosm-cc/bluemonday v1.0.4
github.com/muesli/goprogressbar v0.2.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.3.0 // indirect
)