-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (23 loc) · 856 Bytes
/
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
25
26
module twitterwatcher
go 1.18
require (
github.com/BurntSushi/toml v1.2.0
github.com/dghubble/go-twitter v0.0.0-20220716041154-837915ec2f79
github.com/dghubble/oauth1 v0.7.1
github.com/himanshujaju/localdb v0.0.0-20220514181122-f1fb7feab98f
github.com/k0kubun/pp/v3 v3.1.0
github.com/multiplay/go-ts3 v1.0.1
github.com/pelletier/go-toml/v2 v2.0.2
github.com/robfig/cron/v3 v3.0.1
)
require (
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
github.com/dghubble/sling v1.4.0 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/mitchellh/mapstructure v1.1.2 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/text v0.3.7 // indirect
)