Skip to content

Commit

Permalink
build(deps): bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 in /scrip…
Browse files Browse the repository at this point in the history
…ts/gen_github_action_config (#4079)
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent 452410c commit efb52af
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.11.0
golang.org/x/oauth2 v0.12.0
)

require (
github.com/golang/protobuf v1.5.3 // indirect
github.com/shurcooL/graphql v0.0.0-20220606043923-3cf50f8a0a29 // indirect
golang.org/x/net v0.14.0 // indirect
golang.org/x/net v0.15.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.31.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 efb52af

Please sign in to comment.