Skip to content

Commit eb002ea

Browse files
authored
upgrade lestrrat-go/jwx to 1.2.29 (#553)
1 parent f4685f5 commit eb002ea

File tree

2 files changed

+12
-1499
lines changed

2 files changed

+12
-1499
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ require (
88
github.com/gorilla/pat v0.0.0-20180118222023-199c85a7f6d1
99
github.com/gorilla/sessions v1.1.1
1010
github.com/jarcoal/httpmock v0.0.0-20180424175123-9c70cfe4a1da
11-
github.com/lestrrat-go/jwx v1.2.28
11+
github.com/lestrrat-go/jwx v1.2.29
1212
github.com/markbates/going v1.0.0
1313
github.com/mrjones/oauth v0.0.0-20180629183705-f4e24b6d100c
14-
github.com/stretchr/testify v1.8.4
14+
github.com/stretchr/testify v1.9.0
1515
golang.org/x/oauth2 v0.17.0
1616
)
1717

@@ -33,7 +33,7 @@ require (
3333
github.com/pkg/errors v0.9.1 // indirect
3434
github.com/pmezard/go-difflib v1.0.0 // indirect
3535
github.com/rogpeppe/go-internal v1.12.0 // indirect
36-
golang.org/x/crypto v0.19.0 // indirect
36+
golang.org/x/crypto v0.21.0 // indirect
3737
google.golang.org/appengine v1.6.8 // indirect
3838
google.golang.org/protobuf v1.32.0 // indirect
3939
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect

0 commit comments

Comments
 (0)