File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ require (
1515 github.com/andybalholm/brotli v1.2.0 // indirect
1616 github.com/clipperhouse/uax29/v2 v2.2.0 // indirect
1717 github.com/google/uuid v1.6.0 // indirect
18- github.com/klauspost/compress v1.18.0 // indirect
18+ github.com/klauspost/compress v1.18.1 // indirect
1919 github.com/mattn/go-colorable v0.1.14 // indirect
2020 github.com/mattn/go-isatty v0.0.20 // indirect
2121 github.com/mattn/go-runewidth v0.0.19 // indirect
2222 github.com/stretchr/testify v1.9.0 // indirect
2323 github.com/valyala/bytebufferpool v1.0.0 // indirect
24- github.com/valyala/fasthttp v1.67 .0 // indirect
24+ github.com/valyala/fasthttp v1.68 .0 // indirect
2525 go.uber.org/multierr v1.11.0 // indirect
2626 golang.org/x/sys v0.37.0 // indirect
2727)
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1010github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1111github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo =
1212github.com/klauspost/compress v1.18.0 /go.mod h1:2Pp+KzxcywXVXMr50+X0Q/Lsb43OQHYWRCY2AiWywWQ =
13+ github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co =
14+ github.com/klauspost/compress v1.18.1 /go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0 =
1315github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
1416github.com/mattn/go-colorable v0.1.14 /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
1517github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
@@ -28,6 +30,8 @@ github.com/valyala/bytebufferpool v1.0.0 h1:GqA5TC/0021Y/b9FG4Oi9Mr3q7XYx6Kllzaw
2830github.com/valyala/bytebufferpool v1.0.0 /go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc =
2931github.com/valyala/fasthttp v1.67.0 h1:tqKlJMUP6iuNG8hGjK/s9J4kadH7HLV4ijEcPGsezac =
3032github.com/valyala/fasthttp v1.67.0 /go.mod h1:qYSIpqt/0XNmShgo/8Aq8E3UYWVVwNS2QYmzd8WIEPM =
33+ github.com/valyala/fasthttp v1.68.0 h1:v12Nx16iepr8r9ySOwqI+5RBJ/DqTxhOy1HrHoDFnok =
34+ github.com/valyala/fasthttp v1.68.0 /go.mod h1:5EXiRfYQAoiO/khu4oU9VISC/eVY6JqmSpPJoHCKsz4 =
3135github.com/xyproto/randomstring v1.0.5 h1:YtlWPoRdgMu3NZtP45drfy1GKoojuR7hmRcnhZqKjWU =
3236github.com/xyproto/randomstring v1.0.5 /go.mod h1:rgmS5DeNXLivK7YprL0pY+lTuhNQW3iGxZ18UQApw/E =
3337go.uber.org/goleak v1.3.0 h1:2K3zAYmnTNqV73imy9J1T3WC+gmCePx2hEGkimedGto =
You can’t perform that action at this time.
0 commit comments