aboutsummaryrefslogtreecommitdiff
path: root/go.sum
AgeCommit message (Collapse)AuthorFilesLines
2024-04-04chore(deps): bump golang.org/x/net from 0.22.0 to 0.23.0 (#1748)Gravatar dependabot[bot] 1-2/+2
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0. - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-06Update depsGravatar Erik Dubbelboer 1-8/+8
2024-02-27chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#1725)Gravatar dependabot[bot] 1-12/+2
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-10Bump dependencies (#1718)Gravatar Erik Dubbelboer 1-0/+10
2023-12-19chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1678)Gravatar dependabot[bot] 1-6/+6
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-12Update dependenciesGravatar Erik Dubbelboer 1-10/+10
2023-05-11update go.sum (#1555)Gravatar tyltr 1-12/+0
2023-03-15Update dependenciesv1.45.0Gravatar Erik Dubbelboer 1-0/+12
2023-03-03Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508)Gravatar dependabot[bot] 1-2/+2
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03Bump golang.org/x/net from 0.0.0-20220906165146-f3363e06e74c to 0.7.0 (#1503)Gravatar dependabot[bot] 1-6/+6
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220906165146-f3363e06e74c to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](https://github.com/golang/net/commits/v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-03Bump golang.org/x/text from 0.3.7 to 0.3.8 (#1502)Gravatar dependabot[bot] 1-4/+2
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06update compress modulule, drop 1.16 (#1482)Gravatar M. Efe Çetin 1-0/+2
2023-02-03Add support for Go 1.20 (#1481)Gravatar Erik Dubbelboer 1-8/+0
2022-09-15resolve CVE-2022-27664 (#1377)Gravatar Craig O'Donnell 1-5/+4
2022-09-15Deprecate Go 1.15 (#1379)Gravatar Aoang 1-2/+2
* Dropping support for 1.15. * Replaces Go 1.16 Deprecated functions * Update test build flag * Fix import sort and comment * Update github.com/klauspost/compress to v1.15.9 https://github.com/klauspost/compress improved performance and changed Minimum version is 1.16, this should be the final supported release for Go 1.16 (https://github.com/klauspost/compress/commit/6d0019a95afa3221f7522d1f2eed0033b5e79470) .
2022-05-16Add an option to allow empty root in the fsHandler (#1299)v1.37.0Gravatar RW 1-1/+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>
2022-03-06Update github.com/klauspost/compress (#1237)v1.34.0Gravatar Mikhail Faraponov 1-2/+2
2022-02-28Update dependencies (#1230)Gravatar Mikhail Faraponov 1-8/+8
2022-02-01Update dependencies (#1204)Gravatar Mikhail Faraponov 1-8/+10
Co-authored-by: Mikhail Faraponov <mikefaraponov@Mikhails-MacBook-Pro.local>
2022-01-14Updated dependencies (#1194)Gravatar Mikhail Faraponov 1-13/+14
Co-authored-by: Mikhail Faraponov <mikefaraponov@Mikhails-MacBook-Pro.local>
2021-08-16Update compress (#1069)v1.29.0Gravatar Mikhail Faraponov 1-2/+2
2021-05-17Upgrade dependencies and tidy (#1029)Gravatar Sergio Andrés Virviescas Santana 1-34/+17
2021-02-26Update depsv1.22.0Gravatar Erik Dubbelboer 1-0/+16
2020-10-25Added proxy from env support (#885)Gravatar Maxim Korolyov 1-5/+12
* added proxy from env support * fixed package name * fixed err wrapping * evoid 2 err wrapping in the same format
2020-07-11Add letsencrypt exampleGravatar Erik Dubbelboer 1-2/+1
2020-06-06Try TravisCI Windows (#828)Gravatar Erik Dubbelboer 1-4/+8
* Try TravisCI Windows * prefork is supported on windows with Reuseport=true * Bit longer timeouts for tests
2020-06-04Support Windows SO_REUSEADDR (#822)Gravatar Andy Pan 1-2/+2
* Support Windows SO_REUSEADDR * Update the comment * Renew comment of the Listen method on Windows
2020-05-15Add Brotli supportGravatar Erik Dubbelboer 1-0/+2
New Functions: CompressHandlerBrotliLevel(h RequestHandler, brotliLevel, otherLevel int) RequestHandler Request.BodyUnbrotli() ([]byte, error) Response.BodyUnbrotli() ([]byte, error) AppendBrotliBytesLevel(dst, src []byte, level int) []byte WriteBrotliLevel(w io.Writer, p []byte, level int) (int, error) WriteBrotli(w io.Writer, p []byte) (int, error) AppendBrotliBytes(dst, src []byte) []byte WriteUnbrotli(w io.Writer, p []byte) (int, error) AppendUnbrotliBytes(dst, src []byte) ([]byte, error) New Constants: CompressBrotliNoCompression CompressBrotliBestSpeed CompressBrotliBestCompression CompressBrotliDefaultCompression Brotli compression levels are different from gzip/flate. Because of this we have separate level constants and CompressHandlerBrotliLevel takes 2 levels. I didn't add Brotli support to CompressHandler as this could cause a spike in CPU usage when users upgrade fasthttp. fasthttp.CompressBrotliDefaultCompression is not the same as brotli.DefaultCompression. brotli.DefaultCompression is more than twice as slow as fasthttp.CompressBrotliDefaultCompression which I thought was unreasonable as default.
2020-04-20Upgrade dependenciesGravatar Erik Dubbelboer 1-6/+5
2019-09-07Update dependenciesGravatar Erik Dubbelboer 1-6/+9
2018-10-01Support Go modulesv1.0.0Gravatar Oleg Kovalov 1-0/+10