Skip to content

Commit 605cda5

Browse files
chore: Bump github.com/mailru/easyjson from 0.7.7 to 0.9.1 in /cfn-resources (#1613)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mar Cabrera <102970376+marcabreracast@users.noreply.github.com>
1 parent 4794c94 commit 605cda5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

cfn-resources/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ require (
5858
github.com/google/go-querystring v1.1.0 // indirect
5959
github.com/jmespath/go-jmespath v0.4.0 // indirect
6060
github.com/josharian/intern v1.0.0 // indirect
61-
github.com/mailru/easyjson v0.7.7 // indirect
61+
github.com/mailru/easyjson v0.9.1 // indirect
6262
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 // indirect
6363
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
6464
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect

cfn-resources/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
9898
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
9999
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
100100
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
101-
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
102-
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
101+
github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8=
102+
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
103103
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826 h1:RWengNIwukTxcDr9M+97sNutRR1RKhG96O6jWumTTnw=
104104
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8=
105105
github.com/mongodb-forks/digest v1.1.0 h1:7eUdsR1BtqLv0mdNm4OXs6ddWvR4X2/OsLwdKksrOoc=

0 commit comments

Comments
 (0)