forked from gavv/httpexpect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
36 lines (33 loc) · 1.2 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
module github.com/gavv/httpexpect/v2
go 1.16
require (
github.com/ajg/form v1.5.1
github.com/fasthttp/websocket v1.4.3-rc.6
github.com/fatih/color v1.13.0
github.com/fatih/structs v1.1.0
github.com/google/go-querystring v1.1.0
github.com/gorilla/websocket v1.4.2
github.com/imkira/go-interpol v1.1.0
github.com/mattn/go-isatty v0.0.17
github.com/mitchellh/go-wordwrap v1.0.1
github.com/sanity-io/litter v1.5.5
github.com/stretchr/testify v1.5.0
github.com/valyala/fasthttp v1.34.0
github.com/xeipuuv/gojsonschema v1.2.0
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0
github.com/yudai/gojsondiff v1.0.0
moul.io/http2curl/v2 v2.3.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gobwas/glob v0.2.3
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
github.com/yudai/pp v2.0.1+incompatible // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b
golang.org/x/text v0.7.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)