File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ require (
6262 github.com/josharian/intern v1.0.0 // indirect
6363 github.com/json-iterator/go v1.1.12 // indirect
6464 github.com/kylelemons/godebug v1.1.0 // indirect
65- github.com/mailru/easyjson v0.9.0 // indirect
65+ github.com/mailru/easyjson v0.9.1 // indirect
6666 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6767 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6868 github.com/pkg/errors v0.9.1 // indirect
Original file line number Diff line number Diff line change @@ -104,8 +104,8 @@ github.com/kubernetes-csi/csi-test/v5 v5.4.0 h1:u5DgYNIreSNO2+u4Nq2Wpl+bbakRSjNy
104104github.com/kubernetes-csi/csi-test/v5 v5.4.0 /go.mod h1:anAJKFUb/SdHhIHECgSKxC5LSiLzib+1I6mrWF5Hve8 =
105105github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
106106github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
107- github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4 =
108- github.com/mailru/easyjson v0.9.0 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
107+ github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8 =
108+ github.com/mailru/easyjson v0.9.1 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
109109github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
110110github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
111111github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ github.com/kubernetes-csi/external-snapshotter/client/v8/listers/volumesnapshot/
182182# github.com/kylelemons/godebug v1.1.0
183183## explicit; go 1.11
184184github.com/kylelemons/godebug/diff
185- # github.com/mailru/easyjson v0.9.0
185+ # github.com/mailru/easyjson v0.9.1
186186## explicit; go 1.20
187187github.com/mailru/easyjson/buffer
188188github.com/mailru/easyjson/jlexer
You can’t perform that action at this time.
0 commit comments