Skip to content

Commit 157abf7

Browse files
authored
Merge pull request #2183 from kubernetes-sigs/dependabot/go_modules/github.com/mailru/easyjson-0.9.1
Bump github.com/mailru/easyjson from 0.9.0 to 0.9.1
2 parents 106a05f + e831631 commit 157abf7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
284284
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
285285
github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls=
286286
github.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=
289289
github.com/maruel/natural v1.1.1 h1:Hja7XhhmvEFhcByqDoHz9QZbkWey+COd9xWfCfn1ioo=
290290
github.com/maruel/natural v1.1.1/go.mod h1:v+Rfd79xlw1AgVBjbO0BEQmptqb5HvL/k9GRHB7ZKEg=
291291
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
236236
github.com/magiconair/properties
237-
# github.com/mailru/easyjson v0.9.0
237+
# github.com/mailru/easyjson v0.9.1
238238
## explicit; go 1.20
239239
github.com/mailru/easyjson/buffer
240240
github.com/mailru/easyjson/jlexer

0 commit comments

Comments
 (0)