File tree Expand file tree Collapse file tree 3 files changed +11
-178
lines changed Expand file tree Collapse file tree 3 files changed +11
-178
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,9 @@ module github.com/hashicorp/vault-plugin-auth-jwt
33go 1.14
44
55require (
6+ cloud.google.com/go v0.62.0 // indirect
67 github.com/go-test/deep v1.0.8
8+ github.com/google/go-cmp v0.5.6 // indirect
79 github.com/hashicorp/cap v0.1.1
810 github.com/hashicorp/errwrap v1.1.0
911 github.com/hashicorp/go-cleanhttp v0.5.2
@@ -19,8 +21,12 @@ require (
1921 github.com/patrickmn/go-cache v2.1.0+incompatible
2022 github.com/ryanuber/go-glob v1.0.0
2123 github.com/stretchr/testify v1.7.0
22- golang.org/x/oauth2 v0.0.0-20211028175245-ba495a64dcb5
24+ go.opencensus.io v0.23.0 // indirect
25+ golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
2326 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
24- google.golang.org/api v0.59.0
27+ golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac // indirect
28+ google.golang.org/api v0.29.0
29+ google.golang.org/appengine v1.6.7 // indirect
30+ google.golang.org/genproto v0.0.0-20211008145708-270636b82663 // indirect
2531 gopkg.in/square/go-jose.v2 v2.6.0
2632)
You can’t perform that action at this time.
0 commit comments