summaryrefslogtreecommitdiff
path: root/go.mod
blob: 4d7f465c8400ba187eca6829c701818a69aab4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module git.jettsang.com/http/relay

go 1.14

require (
	github.com/andybalholm/brotli v1.0.3 // indirect
	github.com/antchfx/htmlquery v1.2.3
	github.com/antchfx/xpath v1.2.0 // indirect
	github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
	github.com/klauspost/compress v1.13.5 // indirect
	github.com/valyala/fasthttp v1.29.0
	golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
	golang.org/x/text v0.3.7 // indirect
)