We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a04a64 commit 366ac4aCopy full SHA for 366ac4a
go.mod
@@ -3,9 +3,7 @@ module github.com/coreos/go-oidc/v3
3
go 1.14
4
5
require (
6
- github.com/google/go-cmp v0.4.0 // indirect
7
- github.com/stretchr/testify v1.5.1 // indirect
8
- golang.org/x/net v0.0.0-20200505041828-1ed23360d12c
9
- golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
10
- gopkg.in/square/go-jose.v2 v2.5.1
+ golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
+ golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
+ gopkg.in/square/go-jose.v2 v2.6.0
11
)
0 commit comments