aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorGravatar Oleg Kovalov <iamolegkovalov@gmail.com> 2018-09-13 19:13:43 +0200
committerGravatar Erik Dubbelboer <erik@dubbelboer.com> 2018-10-01 15:33:33 +0800
commit4087354082e1ab9a610705ec9f7949603d3c46ab (patch)
treeb1ad714ab0472bc8af1667a562d458572af5ef1f /go.mod
parentRemove fasthttp.ByteBuffer (diff)
downloadfasthttp-4087354082e1ab9a610705ec9f7949603d3c46ab.tar.gz
fasthttp-4087354082e1ab9a610705ec9f7949603d3c46ab.tar.bz2
fasthttp-4087354082e1ab9a610705ec9f7949603d3c46ab.zip
Support Go modulesv1.0.0
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod9
1 files changed, 9 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..8434ca1
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,9 @@
+module github.com/valyala/fasthttp
+
+require (
+ github.com/klauspost/compress v1.4.0
+ github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e // indirect
+ github.com/valyala/bytebufferpool v1.0.0
+ github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a
+ golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3
+)