-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
48 lines (46 loc) · 1.97 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
37
38
39
40
41
42
43
44
45
46
47
48
module github.com/ThreatCode/Goporting
go 1.14
require (
github.com/WangYihang/readline v0.0.0-20200229084751-518dcf4f57b3
github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/creack/pty v1.1.18
github.com/dchest/captcha v1.0.0
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/dustin/go-humanize v1.0.0
github.com/elazarl/go-bindata-assetfs v1.0.1
github.com/fatih/color v1.12.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sessions v0.0.5
github.com/gin-contrib/static v0.0.1
github.com/gin-gonic/gin v1.9.1
github.com/go-openapi/errors v0.19.3 // indirect
github.com/go-openapi/strfmt v0.19.4 // indirect
github.com/golang/protobuf v1.5.1 // indirect
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
github.com/google/uuid v1.3.0
github.com/gorilla/websocket v1.4.2 // indirect
github.com/jedib0t/go-pretty v4.3.0+incompatible
github.com/jinzhu/gorm v1.9.16
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/onsi/ginkgo v1.16.1 // indirect
github.com/onsi/gomega v1.11.0 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/browser v0.0.0-20210706143420-7d21f8c997e2
github.com/rhysd/go-github-selfupdate v1.2.3
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/sevlyar/go-daemon v0.1.5
github.com/tidwall/pretty v1.0.1 // indirect
github.com/ugorji/go v1.2.7 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/vbauerster/mpb/v6 v6.0.4
golang.org/x/mod v0.8.0
golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84 // indirect
golang.org/x/term v0.8.0
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/olahol/melody.v1 v1.0.0-20170518105555-d52139073376
gopkg.in/yaml.v2 v2.4.0
)