File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ require (
74
74
github.com/go-openapi/loads v0.22.0 // indirect
75
75
github.com/go-openapi/spec v0.21.0 // indirect
76
76
github.com/gogo/protobuf v1.3.2 // indirect
77
- github.com/golang-jwt/jwt/v5 v5.2.1
77
+ github.com/golang-jwt/jwt/v5 v5.2.2
78
78
github.com/golang/protobuf v1.5.4 // indirect
79
79
github.com/google/gnostic-models v0.6.8 // indirect
80
80
github.com/google/gofuzz v1.2.0 // indirect
@@ -102,7 +102,7 @@ require (
102
102
github.com/sergi/go-diff v1.3.1 // indirect
103
103
github.com/spf13/afero v1.12.0 // indirect
104
104
github.com/spf13/pflag v1.0.5 // indirect
105
- github.com/stretchr/testify v1.10.0 // indirect
105
+ github.com/stretchr/testify v1.10.0
106
106
github.com/swaggest/assertjson v1.9.0 // indirect
107
107
github.com/yudai/gojsondiff v1.0.0 // indirect
108
108
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ github.com/go-task/slim-sprig/v3 v3.0.0 h1:sUs3vkvUymDpBKi3qH1YSqBQk9+9D/8M2mN1v
79
79
github.com/go-task/slim-sprig/v3 v3.0.0 /go.mod h1:W848ghGpv3Qj3dhTPRyJypKRiqCdHZiAzKg9hl15HA8 =
80
80
github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q =
81
81
github.com/gogo/protobuf v1.3.2 /go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q =
82
- github.com/golang-jwt/jwt/v5 v5.2.1 h1:OuVbFODueb089Lh128TAcimifWaLhJwVflnrgM17wHk =
83
- github.com/golang-jwt/jwt/v5 v5.2.1 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
82
+ github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8 =
83
+ github.com/golang-jwt/jwt/v5 v5.2.2 /go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk =
84
84
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b /go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q =
85
85
github.com/golang/mock v1.1.1 /go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A =
86
86
github.com/golang/protobuf v1.2.0 /go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U =
You can’t perform that action at this time.
0 commit comments