File tree Expand file tree Collapse file tree 2 files changed +27
-355
lines changed
Expand file tree Collapse file tree 2 files changed +27
-355
lines changed Original file line number Diff line number Diff line change 11module github.com/groupme/BotExamples/go/twitter-bot
22
3- go 1.16
3+ go 1.23.0
44
55require (
6- github.com/Azure/go-autorest/autorest v0.11.19 // indirect
7- github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e // indirect
8- github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
9- golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914 // indirect
6+ github.com/Azure/go-autorest/autorest v0.11.19
7+ github.com/dghubble/go-twitter v0.0.0-20210609183100-2fdbf421508e
8+ golang.org/x/oauth2 v0.27.0
9+ )
10+
11+ require (
12+ github.com/Azure/go-autorest v14.2.0+incompatible // indirect
13+ github.com/Azure/go-autorest/autorest/adal v0.9.13 // indirect
14+ github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
15+ github.com/Azure/go-autorest/logger v0.2.1 // indirect
16+ github.com/Azure/go-autorest/tracing v0.6.0 // indirect
17+ github.com/cenkalti/backoff v2.1.1+incompatible // indirect
18+ github.com/dghubble/sling v1.3.0 // indirect
19+ github.com/form3tech-oss/jwt-go v3.2.2+incompatible // indirect
20+ github.com/google/go-querystring v1.0.0 // indirect
21+ github.com/stretchr/testify v1.4.0 // indirect
22+ golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0 // indirect
1023)
You can’t perform that action at this time.
0 commit comments