mastotool/go.mod

10 wiersze
319 B
Modula-2
Czysty Zwykły widok Historia

2019-08-11 02:12:37 +00:00
module github.com/muesli/mastotool
2018-11-23 04:33:39 +00:00
require (
2019-08-11 04:23:50 +00:00
github.com/mattn/go-mastodon v0.0.5-0.20190808074743-8a48862adc29
2018-11-23 04:33:39 +00:00
github.com/microcosm-cc/bluemonday v1.0.1
github.com/muesli/goprogressbar v0.0.0-20180221033428-8ba388894ed9
github.com/muesli/gotable v0.0.0-20180521192606-513fc87bb47c
2019-08-11 19:52:18 +00:00
github.com/spf13/cobra v0.0.5
2018-11-23 04:33:39 +00:00
)