-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
24 lines (22 loc) · 1.13 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/elliotforbes/go-twitter-bot
go 1.13
require (
github.com/ChimeraCoder/tokenbucket v0.0.0-20131201223612-c5a927568de7 // indirect
github.com/amit-lulla/twitterapi v0.0.0-20160605072835-47bb1421d2ee // indirect
github.com/azr/backoff v0.0.0-20160115115103-53511d3c7330 // indirect
github.com/dghubble/go-twitter v0.0.0-20200725221434-4bc8ad7ad1b4
github.com/dghubble/oauth1 v0.6.0
github.com/dustin/go-jsonpointer v0.0.0-20160814072949-ba0abeacc3dc // indirect
github.com/dustin/gojson v0.0.0-20160307161227-2e71ec9dd5ad // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/garyburd/go-oauth v0.0.0-20180319155456-bca2e7f09a17 // indirect
github.com/gin-gonic/gin v1.6.3 // indirect
github.com/go-sql-driver/mysql v1.5.0
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
github.com/jackc/pgx/v4 v4.10.1 // indirect
github.com/satori/go.uuid v1.2.0
github.com/spf13/cobra v1.1.1 // indirect
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10 // indirect
tawesoft.co.uk/go/dialog v0.0.0-20201024183032-596fbd01c572
)