Skip to content

Commit

Permalink
build(deps): bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 in /scripts…
Browse files Browse the repository at this point in the history
…/gen_github_action_config (#3920)
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent cecd497 commit 043c368
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions scripts/gen_github_action_config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ go 1.19

require (
github.com/shurcooL/githubv4 v0.0.0-20230215024106-420ad0987b9b
golang.org/x/oauth2 v0.8.0
golang.org/x/oauth2 v0.9.0
)

require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/net v0.11.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
)
8 changes: 4 additions & 4 deletions scripts/gen_github_action_config/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 043c368

Please sign in to comment.