aboutsummaryrefslogtreecommitdiff
path: root/go.sum
diff options
context:
space:
mode:
authorGravatar RW <rene@gofiber.io> 2022-05-16 12:33:47 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-16 12:33:47 +0200
commit66bc61ee646a8c1bdd7121afe1cd9c27ecc682a9 (patch)
tree298fd10158a5e2bde8226b4eaf39aa2697e50b22 /go.sum
parentFix userdata re-use after Remove (diff)
downloadfasthttp-66bc61ee646a8c1bdd7121afe1cd9c27ecc682a9.tar.gz
fasthttp-66bc61ee646a8c1bdd7121afe1cd9c27ecc682a9.tar.bz2
fasthttp-66bc61ee646a8c1bdd7121afe1cd9c27ecc682a9.zip
Add an option to allow empty root in the fsHandler (#1299)v1.37.0
* Add an option to allow empty root in the fsHandler this is necessary to restore the capabilities before the commit https://github.com/valyala/fasthttp/commit/c7576cc10cabfc9c993317a2d3f8355497bea156 and to allow further functionality to be docked from the outside which is not affected by setting the root dir afterwards https://github.com/gofiber/fiber/pull/1882#issuecomment-1120832500 * Add an option to allow empty root in the fsHandler this is necessary to restore the capabilities before the commit https://github.com/valyala/fasthttp/commit/c7576cc10cabfc9c993317a2d3f8355497bea156 and to allow further functionality to be docked from the outside which is not affected by setting the root dir afterwards https://github.com/gofiber/fiber/pull/1882#issuecomment-1120832500 * Update fs.go Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com> * Update fs.go Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com> Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
Diffstat (limited to 'go.sum')
-rw-r--r--go.sum1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.sum b/go.sum
index 8595e94..381cb8a 100644
--- a/go.sum
+++ b/go.sum
@@ -19,7 +19,6 @@ golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 h1:nhht2DYV/Sn3qOayu8lM+cU1i
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
-golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M=
golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=
golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk=
golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ=