Last change
on this file since 145 was 145, checked in by Izuru Yakumo, 22 months ago |
Updated the Makefile and vendored depedencies
Signed-off-by: Izuru Yakumo <yakumo.izuru@…>
|
File size:
375 bytes
|
Line | |
---|
1 | module github.com/valyala/fasthttp
|
---|
2 |
|
---|
3 | go 1.12
|
---|
4 |
|
---|
5 | require (
|
---|
6 | github.com/andybalholm/brotli v1.0.4
|
---|
7 | github.com/klauspost/compress v1.15.0
|
---|
8 | github.com/valyala/bytebufferpool v1.0.0
|
---|
9 | github.com/valyala/tcplisten v1.0.0
|
---|
10 | golang.org/x/crypto v0.0.0-20220214200702-86341886e292
|
---|
11 | golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
---|
12 | golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9
|
---|
13 | )
|
---|
Note:
See
TracBrowser
for help on using the repository browser.