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 @@ -82,7 +82,7 @@ require (
8282 github.com/josharian/intern v1.0.0 // indirect
8383 github.com/json-iterator/go v1.1.12 // indirect
8484 github.com/magiconair/properties v1.8.5 // indirect
85- github.com/mailru/easyjson v0.9.0 // indirect
85+ github.com/mailru/easyjson v0.9.1 // indirect
8686 github.com/mitchellh/mapstructure v1.5.0 // indirect
8787 github.com/moby/sys/mountinfo v0.7.2 // indirect
8888 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
Original file line number Diff line number Diff line change @@ -284,8 +284,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
284284github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
285285github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls =
286286github.com/magiconair/properties v1.8.5 /go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60 =
287- github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4 =
288- github.com/mailru/easyjson v0.9.0 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
287+ github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8 =
288+ github.com/mailru/easyjson v0.9.1 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
289289github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo =
290290github.com/maruel/natural v1.1.1 /go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg =
291291github.com/mattn/go-colorable v0.0.9 /go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU =
Original file line number Diff line number Diff line change @@ -234,7 +234,7 @@ github.com/kubernetes-csi/csi-test/v5/utils
234234# github.com/magiconair/properties v1.8.5
235235## explicit; go 1.13
236236github.com/magiconair/properties
237- # github.com/mailru/easyjson v0.9.0
237+ # github.com/mailru/easyjson v0.9.1
238238## explicit; go 1.20
239239github.com/mailru/easyjson/buffer
240240github.com/mailru/easyjson/jlexer
You can’t perform that action at this time.
0 commit comments