Skip to content

Commit d2fce41

Browse files
authored
Merge pull request #3246 from lima-vm/dependabot/go_modules/github.com/mailru/easyjson-0.9.0
build(deps): bump github.com/mailru/easyjson from 0.7.7 to 0.9.0
2 parents c12e815 + 483044c commit d2fce41

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ require (
9696
github.com/kr/fs v0.1.0 // indirect; indirect // gomodjail:confined
9797
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 // indirect; indirect // gomodjail:confined
9898
github.com/magiconair/properties v1.8.9 // indirect; indirect // gomodjail:confined
99-
github.com/mailru/easyjson v0.7.7 // indirect; indirect // gomodjail:confined
99+
github.com/mailru/easyjson v0.9.0 // indirect; indirect // gomodjail:confined
100100
github.com/mattn/go-colorable v0.1.14 // indirect; indirect // gomodjail:confined
101101
github.com/mattn/go-runewidth v0.0.16 // indirect; indirect // gomodjail:confined
102102
github.com/mdlayher/socket v0.5.1 // indirect; indirect // gomodjail:confined

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,9 @@ github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 h1:DZMFueDbfz6PN
169169
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2/go.mod h1:SWzULI85WerrFt3u+nIm5F9l7EvxZTKQvd0InF3nmgM=
170170
github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM=
171171
github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
172-
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
173172
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
173+
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
174+
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
174175
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
175176
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
176177
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=

0 commit comments

Comments
 (0)