Skip to content

Commit 366ac4a

Browse files
committed
*: update go deps to more recent versions
1 parent 0a04a64 commit 366ac4a

File tree

2 files changed

+632
-19
lines changed

2 files changed

+632
-19
lines changed

go.mod

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ module github.com/coreos/go-oidc/v3
33
go 1.14
44

55
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
6+
golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
7+
golang.org/x/oauth2 v0.0.0-20220822191816-0ebed06d0094
8+
gopkg.in/square/go-jose.v2 v2.6.0
119
)

0 commit comments

Comments
 (0)