Skip to content

Commit 3405355

Browse files
Merge pull request #410 from validatedpatterns/konflux/mintmaker/main/github.com-mailru-easyjson-0.x
Update module github.com/mailru/easyjson to v0.9.1
2 parents d6591d6 + 6220f8a commit 3405355

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
@@ -107,7 +107,7 @@ require (
107107
github.com/klauspost/compress v1.18.0 // indirect
108108
github.com/kylelemons/godebug v1.1.0 // indirect
109109
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect
110-
github.com/mailru/easyjson v0.9.0 // indirect
110+
github.com/mailru/easyjson v0.9.1 // indirect
111111
github.com/mitchellh/copystructure v1.2.0 // indirect
112112
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
113113
github.com/mitchellh/reflectwalk v1.0.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
267267
github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE=
268268
github.com/lithammer/dedent v1.1.0 h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY=
269269
github.com/lithammer/dedent v1.1.0/go.mod h1:jrXYCQtgg0nJiN+StA2KgR7w6CiQNv9Fd/Z9BP0jIOc=
270-
github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4=
271-
github.com/mailru/easyjson v0.9.0/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
270+
github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8=
271+
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
272272
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
273273
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
274274
github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ github.com/kylelemons/godebug/pretty
481481
# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
482482
## explicit
483483
github.com/liggitt/tabwriter
484-
# github.com/mailru/easyjson v0.9.0
484+
# github.com/mailru/easyjson v0.9.1
485485
## explicit; go 1.20
486486
github.com/mailru/easyjson/buffer
487487
github.com/mailru/easyjson/jlexer

0 commit comments

Comments
 (0)