File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhn
267267github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de /go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE =
268268github.com/lithammer/dedent v1.1.0 h1:VNzHMVCBNG1j0fh3OrsFRkVUwStdDArbgBWoPAffktY =
269269github.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 =
272272github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw =
273273github.com/mitchellh/copystructure v1.2.0 /go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s =
274274github.com/mitchellh/go-wordwrap v1.0.1 h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0 =
Original file line number Diff line number Diff line change @@ -481,7 +481,7 @@ github.com/kylelemons/godebug/pretty
481481# github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de
482482## explicit
483483github.com/liggitt/tabwriter
484- # github.com/mailru/easyjson v0.9.0
484+ # github.com/mailru/easyjson v0.9.1
485485## explicit; go 1.20
486486github.com/mailru/easyjson/buffer
487487github.com/mailru/easyjson/jlexer
You can’t perform that action at this time.
0 commit comments