Skip to content

Commit

Permalink
Merge pull request #80 from passageidentity/dependabot/go_modules/git…
Browse files Browse the repository at this point in the history
…hub.com/lestrrat-go/jwx-1.2.29

Bump github.com/lestrrat-go/jwx from 1.2.26 to 1.2.29
  • Loading branch information
tdeshong authored Jul 29, 2024
2 parents c096138 + 997e8cb commit e712316
Show file tree
Hide file tree
Showing 3 changed files with 92 additions and 38 deletions.
17 changes: 13 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,17 @@ go 1.16

require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/joho/godotenv v1.4.0
github.com/lestrrat-go/jwx v1.2.26
github.com/oapi-codegen/runtime v1.0.0
github.com/stretchr/testify v1.8.4
github.com/joho/godotenv v1.5.1
github.com/lestrrat-go/jwx v1.2.29
github.com/oapi-codegen/runtime v1.1.1
github.com/stretchr/testify v1.9.0
)

require (
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.3.0 // indirect
github.com/goccy/go-json v0.10.3 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/rogpeppe/go-internal v1.12.0 // indirect
golang.org/x/crypto v0.25.0 // indirect
)
Loading

0 comments on commit e712316

Please sign in to comment.