File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ require (
2929 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
3030 github.com/dgryski/go-gk v0.0.0-20200319235926-a69029f61654 // indirect
3131 github.com/fsnotify/fsnotify v1.9.0 // indirect
32- github.com/golang-jwt/jwt/v5 v5.2.3
3332 github.com/gorilla/securecookie v1.1.2 // indirect
3433 github.com/influxdata/tdigest v0.0.1 // indirect
3534 github.com/josharian/intern v1.0.0 // indirect
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ github.com/go-viper/mapstructure/v2 v2.4.0 h1:EBsztssimR/CONLSZZ04E8qAkxNYq4Qp9L
1414github.com/go-viper/mapstructure/v2 v2.4.0 /go.mod h1:oJDH3BJKyqBA2TXFhDsKDGDTlndYOZ6rGS0BRZIxGhM =
1515github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY =
1616github.com/golang-jwt/jwt v3.2.2+incompatible /go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I =
17- github.com/golang-jwt/jwt/v5 v5.2.3 h1:kkGXqQOBSDDWRhWNXTFpqGSCMyh/PLnqUvMGJPDJDs0 =
18- github.com/golang-jwt/jwt/v5 v5.2.3 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
1917github.com/google/go-cmp v0.2.0 /go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M =
2018github.com/google/go-cmp v0.7.0 h1:wk8382ETsv4JYUZwIsn6YpYiWiBsYLSJiTsyBybVuN8 =
2119github.com/google/go-cmp v0.7.0 /go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX3N/iU =
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ import (
2727 "strings"
2828
2929 "github.com/go-viper/mapstructure/v2"
30- "github.com/golang-jwt/jwt/v5 "
30+ "github.com/golang-jwt/jwt"
3131 "github.com/kelseyhightower/envconfig"
3232 "github.com/spf13/viper"
3333 securerandom "github.com/theckman/go-securerandom"
You can’t perform that action at this time.
0 commit comments