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 @@ -41,7 +41,7 @@ require (
4141 github.com/google/uuid v1.6.0 // indirect
4242 github.com/josharian/intern v1.0.0 // indirect
4343 github.com/json-iterator/go v1.1.12 // indirect
44- github.com/mailru/easyjson v0.9.0 // indirect
44+ github.com/mailru/easyjson v0.9.1 // indirect
4545 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4646 github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
4747 github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ github.com/kubernetes-csi/external-snapshotter/v8 v8.3.0 h1:qkUw53bWEuHY0iVaF4V+
6464github.com/kubernetes-csi/external-snapshotter/v8 v8.3.0 /go.mod h1:iFq0CxAt/6NfK8QFyYRpObTL3Ar/lG8H045Btk6fo7s =
6565github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc =
6666github.com/kylelemons/godebug v1.1.0 /go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw =
67- github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4 =
68- github.com/mailru/easyjson v0.9.0 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
67+ github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8 =
68+ github.com/mailru/easyjson v0.9.1 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
6969github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
7070github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg =
7171github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ github.com/kubernetes-csi/external-snapshotter/client/v8/clientset/versioned/typ
100100# github.com/kubernetes-csi/external-snapshotter/v8 v8.3.0
101101## explicit; go 1.24.0
102102github.com/kubernetes-csi/external-snapshotter/v8/pkg/utils
103- # github.com/mailru/easyjson v0.9.0
103+ # github.com/mailru/easyjson v0.9.1
104104## explicit; go 1.20
105105github.com/mailru/easyjson/buffer
106106github.com/mailru/easyjson/jlexer
You can’t perform that action at this time.
0 commit comments