File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "crypto"
55 "errors"
66
7- "gopkg.in/square /go-jose.v2"
8- "gopkg.in/square /go-jose.v2/jwt"
7+ "gopkg.in/go-jose /go-jose.v2"
8+ "gopkg.in/go-jose /go-jose.v2/jwt"
99)
1010
1111const headerKID = "kid"
Original file line number Diff line number Diff line change 88 "sync"
99 "time"
1010
11- "gopkg.in/square /go-jose.v2"
11+ "gopkg.in/go-jose /go-jose.v2"
1212
1313 "github.com/shaj13/go-guardian/v2/auth/internal"
1414 "github.com/shaj13/go-guardian/v2/auth/internal/header"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
77 github.com/golang/gddo v0.0.0-20210115222349-20d68f94ee1f
88 github.com/shaj13/libcache v1.0.0
99 github.com/stretchr/testify v1.6.1
10- gopkg.in/square /go-jose.v2 v2.5.1
10+ gopkg.in/go-jose /go-jose.v2 v2.6.3
1111 k8s.io/api v0.18.8
1212 k8s.io/apimachinery v0.18.8
1313)
Original file line number Diff line number Diff line change @@ -137,10 +137,10 @@ gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8
137137gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo =
138138gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
139139gopkg.in/fsnotify.v1 v1.4.7 /go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys =
140+ gopkg.in/go-jose/go-jose.v2 v2.6.3 h1:nt80fvSDlhKWQgSWyHyy5CfmlQr+asih51R8PTWNKKs =
141+ gopkg.in/go-jose/go-jose.v2 v2.6.3 /go.mod h1:zzZDPkNNw/c9IE7Z9jr11mBZQhKQTMzoEEIoEdZlFBI =
140142gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc =
141143gopkg.in/inf.v0 v0.9.1 /go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw =
142- gopkg.in/square/go-jose.v2 v2.5.1 h1:7odma5RETjNHWJnR32wx8t+Io4djHE1PqxCFx3iiZ2w =
143- gopkg.in/square/go-jose.v2 v2.5.1 /go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI =
144144gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 /go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw =
145145gopkg.in/yaml.v2 v2.2.1 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
146146gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
You can’t perform that action at this time.
0 commit comments