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 @@ -27,7 +27,7 @@ require (
2727 github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc
2828 github.com/jhump/protoreflect v1.17.0
2929 github.com/klauspost/compress v1.18.1
30- github.com/mailru/easyjson v0.9.0
30+ github.com/mailru/easyjson v0.9.1
3131 github.com/mattn/go-colorable v0.1.14
3232 github.com/mattn/go-isatty v0.0.20
3333 github.com/mccutchen/go-httpbin/v2 v2.18.3
Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
120120github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
121121github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY =
122122github.com/kr/text v0.2.0 /go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE =
123- github.com/mailru/easyjson v0.9.0 h1:PrnmzHw7262yW8sTBwxi1PdJA3Iw/EKBa8psRf7d9a4 =
124- github.com/mailru/easyjson v0.9.0 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
123+ github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8 =
124+ github.com/mailru/easyjson v0.9.1 /go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU =
125125github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
126126github.com/mattn/go-colorable v0.1.14 /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
127127github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ github.com/klauspost/compress/s2
248248github.com/klauspost/compress/snappy
249249github.com/klauspost/compress/zstd
250250github.com/klauspost/compress/zstd/internal/xxhash
251- # github.com/mailru/easyjson v0.9.0
251+ # github.com/mailru/easyjson v0.9.1
252252## explicit; go 1.20
253253github.com/mailru/easyjson
254254github.com/mailru/easyjson/buffer
You can’t perform that action at this time.
0 commit comments