Skip to content

Commit

Permalink
deps: downgrade oauth2 to match version selection by vault (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvn authored Nov 1, 2021
1 parent 3321dc9 commit dfdb46c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 256 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ require (
github.com/hashicorp/vault/api v1.3.0
github.com/hashicorp/vault/sdk v0.3.0
github.com/pquerna/cachecontrol v0.0.0-20201205024021-ac21108117ac // indirect
golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/genproto v0.0.0-20200825200019-8632dd797987 // indirect
)
Loading

0 comments on commit dfdb46c

Please sign in to comment.