Skip to content

Commit

Permalink
Update module lestrrat-go/jwx to v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 2, 2020
1 parent 139c274 commit 50798a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go.mod
Expand Up @@ -3,7 +3,8 @@ module bbclib
go 1.13

require (
github.com/lestrrat-go/jwx v0.9.0
github.com/beyond-blockchain/bbclib-go v1.6.0
github.com/lestrrat-go/jwx v0.9.2
github.com/pkg/errors v0.8.1 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/ugorji/go/codec v1.1.7
Expand Down
4 changes: 4 additions & 0 deletions go.sum
@@ -1,7 +1,11 @@
github.com/beyond-blockchain/bbclib-go v1.6.0 h1:lcOHftdXnbW4oblFXr+cL11FMydDL0mi8CzJb0qtJvI=
github.com/beyond-blockchain/bbclib-go v1.6.0/go.mod h1:Vh22EKIVlybgW1uuktGOmL9ARx49LUVeSnRW/wS1yqI=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/lestrrat-go/jwx v0.9.0 h1:Fnd0EWzTm0kFrBPzE/PEPp9nzllES5buMkksPMjEKpM=
github.com/lestrrat-go/jwx v0.9.0/go.mod h1:iEoxlYfZjvoGpuWwxUz+eR5e6KTJGsaRcy/YNA/UnBk=
github.com/lestrrat-go/jwx v0.9.2 h1:1neTPQvRiPRtQpU7QHEEG6dM8A1AFCgi1FGN/2VBucA=
github.com/lestrrat-go/jwx v0.9.2/go.mod h1:iEoxlYfZjvoGpuWwxUz+eR5e6KTJGsaRcy/YNA/UnBk=
github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 50798a9

Please sign in to comment.