Skip to content

Commit 483044c

Browse files
build(deps): bump github.com/mailru/easyjson from 0.7.7 to 0.9.0
Bumps [github.com/mailru/easyjson](https://github.com/mailru/easyjson) from 0.7.7 to 0.9.0. - [Release notes](https://github.com/mailru/easyjson/releases) - [Commits](mailru/easyjson@v0.7.7...v0.9.0) --- updated-dependencies: - dependency-name: github.com/mailru/easyjson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9270fee commit 483044c

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
@@ -176,8 +176,9 @@ github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2 h1:DZMFueDbfz6PN
176176
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2/go.mod h1:SWzULI85WerrFt3u+nIm5F9l7EvxZTKQvd0InF3nmgM=
177177
github.com/magiconair/properties v1.8.9 h1:nWcCbLq1N2v/cpNsy5WvQ37Fb+YElfq20WJ/a8RkpQM=
178178
github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3vdS329zhj2hYo0=
179-
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
180179
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
180+
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
181+
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
181182
github.com/mattn/go-colorable v0.1.2/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
182183
github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE=
183184
github.com/mattn/go-colorable v0.1.14/go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8=

0 commit comments

Comments
 (0)