aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-09-28 10:10:20 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2019-09-28 10:10:20 +0200
commite6a8bcfb0ccf254165d8b5a06b61a7a8d8674042 (patch)
tree138e75ef6a697e793b4012e8b8ad31c11d6b03f8 /go.mod
parentThe Authorization header should include the Basic keyword (diff)
downloadfasthttp-e6a8bcfb0ccf254165d8b5a06b61a7a8d8674042.tar.gz
fasthttp-e6a8bcfb0ccf254165d8b5a06b61a7a8d8674042.tar.bz2
fasthttp-e6a8bcfb0ccf254165d8b5a06b61a7a8d8674042.zip
Add go version to go.mod, test with 1.13.1
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
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 2 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 80e7783..3e1c929 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,7 @@
module github.com/valyala/fasthttp
+go 1.11
+
require (
github.com/klauspost/compress v1.8.2
github.com/klauspost/cpuid v1.2.1 // indirect