aboutsummaryrefslogtreecommitdiff
path: root/go.mod
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-1/+1
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-4/+4
2024-02-27chore(deps): bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#1725)Gravatar dependabot[bot] 1-1/+1
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-5/+5
2023-12-19chore(deps): bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#1678)Gravatar dependabot[bot] 1-3/+3
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-5/+5
2023-03-15Update dependenciesv1.45.0Gravatar Erik Dubbelboer 1-6/+6
2023-03-03Bump golang.org/x/crypto from 0.0.0-20220214200702-86341886e292 to 0.1.0 (#1508)Gravatar dependabot[bot] 1-1/+1
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-3/+3
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-1/+1
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-1/+1
2023-02-03Add support for Go 1.20 (#1481)Gravatar Erik Dubbelboer 1-1/+3
2022-09-15resolve CVE-2022-27664 (#1377)Gravatar Craig O'Donnell 1-2/+2
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-04-01State active (#1260)Gravatar Erik Dubbelboer 1-1/+1
* Require at least Go 1.15 * Fix StateActive state * Don't panic when idle connections get closed
2022-03-06Update github.com/klauspost/compress (#1237)v1.34.0Gravatar Mikhail Faraponov 1-1/+1
2022-02-28Update dependencies (#1230)Gravatar Mikhail Faraponov 1-4/+4
2022-02-01Update dependencies (#1204)Gravatar Mikhail Faraponov 1-5/+4
Co-authored-by: Mikhail Faraponov <mikefaraponov@Mikhails-MacBook-Pro.local>
2022-01-14Updated dependencies (#1194)Gravatar Mikhail Faraponov 1-5/+6
Co-authored-by: Mikhail Faraponov <mikefaraponov@Mikhails-MacBook-Pro.local>
2021-08-16Update compress (#1069)v1.29.0Gravatar Mikhail Faraponov 1-1/+1
2021-05-17Run test with go 1.16.X (#1028)v1.25.0Gravatar Sergio Andrés Virviescas Santana 1-1/+1
* Run test with go 1.16.X * Fix min required go version * Add go tip * Update .github/workflows/security.yml Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com> Co-authored-by: Erik Dubbelboer <erik@dubbelboer.com>
2021-05-17Upgrade dependencies and tidy (#1029)Gravatar Sergio Andrés Virviescas Santana 1-7/+6
2021-02-26Update depsv1.22.0Gravatar Erik Dubbelboer 1-5/+6
2020-10-25Added proxy from env support (#885)Gravatar Maxim Korolyov 1-3/+3
* 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-0/+1
2020-06-06Try TravisCI Windows (#828)Gravatar Erik Dubbelboer 1-3/+3
* 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-0/+1
* Support Windows SO_REUSEADDR * Update the comment * Renew comment of the Listen method on Windows
2020-05-15Add Brotli supportGravatar Erik Dubbelboer 1-0/+1
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-3/+2
2019-09-28Add go version to go.mod, test with 1.13.1Gravatar Erik Dubbelboer 1-0/+2
I chose 1.11 for the version in the go.mod file based on the information in this issue: https://github.com/golang/go/issues/30791
2019-09-07Update dependenciesGravatar Erik Dubbelboer 1-3/+3
2018-10-01Support Go modulesv1.0.0Gravatar Oleg Kovalov 1-0/+9