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 1
1
module github.com/groupme/BotExamples/go/twitter-bot
2
2
3
- go 1.16
3
+ go 1.23.0
4
4
5
5
require (
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
10
23
)
You can’t perform that action at this time.
0 commit comments