Skip to content

Commit 344c242

Browse files
Bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 (#3984)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6acaeee commit 344c242

File tree

2 files changed

+4
-111
lines changed

2 files changed

+4
-111
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
88
github.com/evanphx/json-patch v5.9.11+incompatible
99
github.com/go-logr/logr v1.4.2
10-
github.com/golang-jwt/jwt/v4 v4.5.1
10+
github.com/golang-jwt/jwt/v4 v4.5.2
1111
github.com/google/go-cmp v0.7.0
1212
github.com/google/go-github/v52 v52.0.0
1313
github.com/google/uuid v1.6.0
@@ -19,7 +19,6 @@ require (
1919
github.com/onsi/ginkgo v1.16.5
2020
github.com/onsi/ginkgo/v2 v2.23.0
2121
github.com/onsi/gomega v1.36.2
22-
github.com/pkg/errors v0.9.1
2322
github.com/prometheus/client_golang v1.21.1
2423
github.com/stretchr/testify v1.10.0
2524
github.com/teambition/rrule-go v1.8.2
@@ -135,6 +134,7 @@ require (
135134
github.com/modern-go/reflect2 v1.0.2 // indirect
136135
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
137136
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
137+
github.com/pkg/errors v0.9.1 // indirect
138138
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
139139
github.com/pquerna/otp v1.4.0 // indirect
140140
github.com/prometheus/client_model v0.6.1 // indirect

0 commit comments

Comments
 (0)