File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module github.com/roadrunner-server/fileserver/v5
22
33go 1.25
44
5- toolchain go1.25.4
5+ toolchain go1.25.5
66
77require (
88 github.com/gofiber/fiber/v2 v2.52.10
@@ -16,7 +16,7 @@ require (
1616 github.com/clipperhouse/stringish v0.1.1 // indirect
1717 github.com/clipperhouse/uax29/v2 v2.3.0 // indirect
1818 github.com/google/uuid v1.6.0 // indirect
19- github.com/klauspost/compress v1.18.1 // indirect
19+ github.com/klauspost/compress v1.18.2 // indirect
2020 github.com/mattn/go-colorable v0.1.14 // indirect
2121 github.com/mattn/go-isatty v0.0.20 // indirect
2222 github.com/mattn/go-runewidth v0.0.19 // indirect
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
1212github.com/google/uuid v1.6.0 /go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo =
1313github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co =
1414github.com/klauspost/compress v1.18.1 /go.mod h1:ZQFFVG+MdnR0P+l6wpXgIL4NTtwiKIdBnrBd8Nrxr+0 =
15+ github.com/klauspost/compress v1.18.2 h1:iiPHWW0YrcFgpBYhsA6D1+fqHssJscY/Tm/y2Uqnapk =
16+ github.com/klauspost/compress v1.18.2 /go.mod h1:R0h/fSBs8DE4ENlcrlib3PsXS61voFxhIs2DeRhCvJ4 =
1517github.com/mattn/go-colorable v0.1.14 h1:9A9LHSqF/7dyVVX6g0U9cwm9pG3kP9gSzcuIPHPsaIE =
1618github.com/mattn/go-colorable v0.1.14 /go.mod h1:6LmQG8QLFO4G5z1gPvYEzlUgJ2wF+stgPZH1UqBm1s8 =
1719github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY =
You can’t perform that action at this time.
0 commit comments