-
Notifications
You must be signed in to change notification settings - Fork 9
/
go.mod
24 lines (22 loc) · 885 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/9seconds/httransform/v2
require (
github.com/OneOfOne/xxhash v1.2.8
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/dgraph-io/ristretto v0.1.0
github.com/go-httpproxy/httpproxy v0.0.0-20180417134941-6977c68bf38e
github.com/gobwas/httphead v0.1.0 // indirect
github.com/gobwas/pool v0.2.1 // indirect
github.com/gobwas/ws v1.0.4
github.com/gofrs/uuid v4.0.0+incompatible
github.com/golang/glog v0.0.0-20210429001901-424d2337a529 // indirect
github.com/gorilla/websocket v1.4.2
github.com/kentik/patricia v0.0.0-20201202224819-f9447a6e25f1
github.com/libp2p/go-reuseport v0.0.2
github.com/mccutchen/go-httpbin v1.1.1
github.com/stretchr/testify v1.5.1
github.com/valyala/fasthttp v1.34.0
github.com/valyala/fastrand v1.0.0
github.com/xeipuuv/gojsonschema v1.2.0
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
)
go 1.15