File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/cloudflare/cfssl v1.5.0
7
7
github.com/fxamacker/cbor/v2 v2.4.0
8
- github.com/golang-jwt/jwt/v4 v4.3 .0
8
+ github.com/golang-jwt/jwt/v4 v4.4 .0
9
9
github.com/google/uuid v1.3.0
10
10
github.com/mitchellh/mapstructure v1.4.3
11
11
golang.org/x/crypto v0.0.0-20220214200702-86341886e292
Original file line number Diff line number Diff line change @@ -15,10 +15,8 @@ github.com/fxamacker/cbor/v2 v2.4.0 h1:ri0ArlOR+5XunOP8CRUowT0pSJOwhW098ZCUyskZD
15
15
github.com/fxamacker/cbor/v2 v2.4.0 /go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo =
16
16
github.com/getsentry/raven-go v0.0.0-20180121060056-563b81fc02b7 /go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ =
17
17
github.com/go-sql-driver/mysql v1.4.0 /go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w =
18
- github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU =
19
- github.com/golang-jwt/jwt/v4 v4.2.0 /go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg =
20
- github.com/golang-jwt/jwt/v4 v4.3.0 h1:kHL1vqdqWNfATmA0FNMdmZNMyZI1U6O31X4rlIPoBog =
21
- github.com/golang-jwt/jwt/v4 v4.3.0 /go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg =
18
+ github.com/golang-jwt/jwt/v4 v4.4.0 h1:EmVIxB5jzbllGIjiCV5JG4VylbK3KE400tLGLI1cdfU =
19
+ github.com/golang-jwt/jwt/v4 v4.4.0 /go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg =
22
20
github.com/golang/protobuf v1.3.1 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
23
21
github.com/google/certificate-transparency-go v1.0.21 h1:Yf1aXowfZ2nuboBsg7iYGLmwsOARdV86pfH3g95wXmE =
24
22
github.com/google/certificate-transparency-go v1.0.21 /go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg =
You can’t perform that action at this time.
0 commit comments