Skip to content

Commit 4868316

Browse files
Bump golang.org/x/oauth2 in /go/twitterbot
--- updated-dependencies: - dependency-name: golang.org/x/oauth2 dependency-version: 0.27.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8624ffd commit 4868316

File tree

2 files changed

+27
-355
lines changed

2 files changed

+27
-355
lines changed

go/twitterbot/go.mod

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
module github.com/groupme/BotExamples/go/twitter-bot
22

3-
go 1.16
3+
go 1.23.0
44

55
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
1023
)

0 commit comments

Comments
 (0)