forked from shellhub-io/shellhub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 785 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 github.com/shellhub-io/shellhub
go 1.14
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/elazarl/goproxy v0.0.0-20201021153353-00ad82a08272 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-retryablehttp v0.6.8
github.com/leodido/go-urn v1.2.0 // indirect
github.com/parnurzeal/gorequest v0.2.16
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.7.0
github.com/smartystreets/goconvey v1.6.4 // indirect
golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 // indirect
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
moul.io/http2curl v1.0.0 // indirect
)