aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2022-04-01 10:18:48 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-01 10:18:48 +0200
commitd4c739eee589f96f10f07f05db40f1cfb5ad0bd9 (patch)
treef7b90bacffd7a11ae06cffef5d27750d16231122 /go.mod
parentAdd Go 1.18 support (#1253) (diff)
downloadfasthttp-d4c739eee589f96f10f07f05db40f1cfb5ad0bd9.tar.gz
fasthttp-d4c739eee589f96f10f07f05db40f1cfb5ad0bd9.tar.bz2
fasthttp-d4c739eee589f96f10f07f05db40f1cfb5ad0bd9.zip
State active (#1260)
* Require at least Go 1.15 * Fix StateActive state * Don't panic when idle connections get closed
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index f5cfe1b..a9cd927 100644
--- a/go.mod
+++ b/go.mod
@@ -1,6 +1,6 @@
module github.com/valyala/fasthttp
-go 1.12
+go 1.15
require (
github.com/andybalholm/brotli v1.0.4