Skip to content

Commit 09785e9

Browse files
chore(deps): bump github.com/golang-jwt/jwt/v4 from 4.4.3 to 4.5.1 (#220)
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.4.3 to 4.5.1. - [Release notes](https://github.com/golang-jwt/jwt/releases) - [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md) - [Commits](golang-jwt/jwt@v4.4.3...v4.5.1) --- updated-dependencies: - dependency-name: github.com/golang-jwt/jwt/v4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3c24817 commit 09785e9

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ require (
66
github.com/google/addlicense v1.1.1
77
github.com/google/go-licenses v1.6.0
88
github.com/goreleaser/goreleaser v1.18.2
9+
github.com/lmittmann/tint v1.0.5
910
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
1011
github.com/oschwald/geoip2-golang v1.8.0
1112
github.com/prometheus/client_golang v1.15.0
@@ -134,7 +135,7 @@ require (
134135
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible // indirect
135136
github.com/gobwas/glob v0.2.3 // indirect
136137
github.com/gogo/protobuf v1.3.2 // indirect
137-
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
138+
github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
138139
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
139140
github.com/golang/protobuf v1.5.3 // indirect
140141
github.com/google/go-cmp v0.6.0 // indirect
@@ -174,7 +175,6 @@ require (
174175
github.com/klauspost/pgzip v1.2.5 // indirect
175176
github.com/kylelemons/godebug v1.1.0 // indirect
176177
github.com/letsencrypt/boulder v0.0.0-20221109233200-85aa52084eaf // indirect
177-
github.com/lmittmann/tint v1.0.5 // indirect
178178
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
179179
github.com/magiconair/properties v1.8.7 // indirect
180180
github.com/mailru/easyjson v0.7.7 // indirect

0 commit comments

Comments
 (0)