forked from gavv/httpexpect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
21 lines (19 loc) · 748 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module examples
go 1.12
require (
github.com/dgrijalva/jwt-go v3.0.0+incompatible
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072
github.com/gavv/httpexpect/v2 v2.0.3
github.com/gin-gonic/gin v1.5.0
github.com/gorilla/websocket v1.4.2
github.com/kataras/iris/v12 v12.1.8
github.com/klauspost/compress v1.9.8 // indirect
github.com/labstack/echo v3.1.0+incompatible
github.com/labstack/gommon v0.2.9 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/valyala/fasthttp v1.0.0
google.golang.org/appengine v1.0.0
gopkg.in/yaml.v2 v2.2.8 // indirect
)