forked from jaeles-project/jaeles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (36 loc) · 1.32 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
module github.com/jaeles-project/jaeles
go 1.15
require (
github.com/Jeffail/gabs/v2 v2.6.0
github.com/Masterminds/sprig/v3 v3.2.0
github.com/PuerkitoBio/goquery v1.6.1
github.com/appleboy/gin-jwt/v2 v2.6.4
github.com/chromedp/cdproto v0.0.0-20210126020047-7ec7357d1463
github.com/chromedp/chromedp v0.6.5
github.com/davecgh/go-spew v1.1.1
github.com/fatih/color v1.10.0
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e
github.com/gin-gonic/gin v1.6.3
github.com/go-resty/resty/v2 v2.4.0
github.com/google/uuid v1.2.0
github.com/gorilla/websocket v1.4.2
github.com/jinzhu/copier v0.2.3
github.com/jinzhu/gorm v1.9.16
github.com/json-iterator/go v1.1.10
github.com/lixiangzhong/dnsutil v0.0.0-20191203032812-75ad39d2945a
github.com/logrusorgru/aurora/v3 v3.0.0
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/panjf2000/ants v1.3.0
github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/thoas/go-funk v0.7.0
github.com/x-cray/logrus-prefixed-formatter v0.5.2
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/src-d/go-git.v4 v4.13.1
gopkg.in/yaml.v2 v2.4.0
)