Skip to content

Commit

Permalink
chore(deps): update ⬆️ golang module github.com/golang-jwt/jwt/v4 to …
Browse files Browse the repository at this point in the history
…v4.4.3 (#42)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/golang-jwt/jwt/v4](https://togithub.com/golang-jwt/jwt) |
require | patch | `v4.4.2` -> `v4.4.3` |

---

### ⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the
Dependency Dashboard for more information.

---

### Release Notes

<details>
<summary>golang-jwt/jwt</summary>

### [`v4.4.3`](https://togithub.com/golang-jwt/jwt/releases/tag/v4.4.3)

[Compare
Source](https://togithub.com/golang-jwt/jwt/compare/v4.4.2...v4.4.3)

#### What's Changed

- fix: link update for README.md for v4 by
[@&#8203;krokite](https://togithub.com/krokite) in
[golang-jwt/jwt#217
- Implement a BearerExtractor by
[@&#8203;WhyNotHugo](https://togithub.com/WhyNotHugo) in
[golang-jwt/jwt#226
- Bump matrix to support latest go version (go1.19) by
[@&#8203;mfridman](https://togithub.com/mfridman) in
[golang-jwt/jwt#231
- Include https://github.com/golang-jwt/jwe in README by
[@&#8203;oxisto](https://togithub.com/oxisto) in
[golang-jwt/jwt#229
- Add doc comment to ParseWithClaims by
[@&#8203;jkopczyn](https://togithub.com/jkopczyn) in
[golang-jwt/jwt#232
- Refactor: removed the unneeded if statement by
[@&#8203;Krout0n](https://togithub.com/Krout0n) in
[golang-jwt/jwt#241
- No pointer embedding in the example by
[@&#8203;oxisto](https://togithub.com/oxisto) in
[golang-jwt/jwt#255

#### New Contributors

- [@&#8203;krokite](https://togithub.com/krokite) made their first
contribution in
[golang-jwt/jwt#217
- [@&#8203;WhyNotHugo](https://togithub.com/WhyNotHugo) made their first
contribution in
[golang-jwt/jwt#226
- [@&#8203;jkopczyn](https://togithub.com/jkopczyn) made their first
contribution in
[golang-jwt/jwt#232
- [@&#8203;Krout0n](https://togithub.com/Krout0n) made their first
contribution in
[golang-jwt/jwt#241

**Full Changelog**:
golang-jwt/jwt@v4.4.2...v4.4.3

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 3am on Monday" (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click
this checkbox.

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjkuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIyOS4wIn0=-->

Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com>
  • Loading branch information
mend-for-github-com[bot] committed Jan 19, 2023
1 parent fb2da14 commit 641990f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion go.mod
Expand Up @@ -20,7 +20,7 @@ require (
github.com/dustin/go-humanize v1.0.0
github.com/fatih/color v1.13.0
github.com/gobuffalo/uuid v2.0.5+incompatible
github.com/golang-jwt/jwt/v4 v4.4.2
github.com/golang-jwt/jwt/v4 v4.4.3
github.com/hinshun/vt10x v0.0.0-20220301184237-5011da428d02
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
github.com/jarcoal/httpmock v1.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -182,8 +182,8 @@ github.com/gofrs/uuid v3.2.0+incompatible h1:y12jRkkFxsd7GpqdSZ+/KCs/fJbqpEXSGd4
github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM=
github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
github.com/golang-jwt/jwt/v4 v4.4.2 h1:rcc4lwaZgFMCZ5jxF9ABolDcIHdBytAFgqFPbSJQAYs=
github.com/golang-jwt/jwt/v4 v4.4.2/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang-jwt/jwt/v4 v4.4.3 h1:Hxl6lhQFj4AnOX6MLrsCb/+7tCj7DxP7VA+2rDIq5AU=
github.com/golang-jwt/jwt/v4 v4.4.3/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
Expand Down
18 changes: 9 additions & 9 deletions vendor/github.com/golang-jwt/jwt/v4/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions vendor/github.com/golang-jwt/jwt/v4/claims.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions vendor/github.com/golang-jwt/jwt/v4/parser.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions vendor/github.com/golang-jwt/jwt/v4/token.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/modules.txt
Expand Up @@ -259,7 +259,7 @@ github.com/gobuffalo/uuid
# github.com/gofrs/uuid v3.2.0+incompatible
## explicit
github.com/gofrs/uuid
# github.com/golang-jwt/jwt/v4 v4.4.2
# github.com/golang-jwt/jwt/v4 v4.4.3
## explicit; go 1.16
github.com/golang-jwt/jwt/v4
# github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
Expand Down

0 comments on commit 641990f

Please sign in to comment.