-
Notifications
You must be signed in to change notification settings - Fork 6
/
go.mod
21 lines (19 loc) · 923 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/btittelbach/MastodonBoostBot
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/ChimeraCoder/anaconda v2.0.0+incompatible
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/McKael/madon v2.3.0+incompatible
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/microcosm-cc/bluemonday v1.0.2
github.com/pkg/errors v0.8.1 // indirect
github.com/sendgrid/rest v2.4.1+incompatible // indirect
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.2
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a // indirect
)