Skip to content

Commit

Permalink
Merge pull request #3246 from lima-vm/dependabot/go_modules/github.co…
Browse files Browse the repository at this point in the history
…m/mailru/easyjson-0.9.0

build(deps): bump github.com/mailru/easyjson from 0.7.7 to 0.9.0
  • Loading branch information
jandubois authored Feb 17, 2025
2 parents c12e815 + 483044c commit d2fce41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ require (
github.com/kr/fs v0.1.0 // indirect; indirect // gomodjail:confined
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 // indirect; indirect // gomodjail:confined
github.com/magiconair/properties v1.8.9 // indirect; indirect // gomodjail:confined
github.com/mailru/easyjson v0.7.7 // indirect; indirect // gomodjail:confined
github.com/mailru/easyjson v0.9.0 // indirect; indirect // gomodjail:confined
github.com/mattn/go-colorable v0.1.14 // indirect; indirect // gomodjail:confined
github.com/mattn/go-runewidth v0.0.16 // indirect; indirect // gomodjail:confined
github.com/mdlayher/socket v0.5.1 // indirect; indirect // gomodjail:confined
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 h1:DZMFueDbfz6PN
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2/go.mod h1:SWzULI85WerrFt3u+nIm5F9l7EvxZTKQvd0InF3nmgM=
github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM=
github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=
Expand Down

0 comments on commit d2fce41

Please sign in to comment.