|
1 | 1 | module github.com/jaeles-project/jaeles
|
2 | 2 |
|
3 |
| -go 1.15 |
| 3 | +go 1.16 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/Jeffail/gabs/v2 v2.6.0 |
7 |
| - github.com/Masterminds/sprig/v3 v3.2.0 |
8 |
| - github.com/PuerkitoBio/goquery v1.6.1 |
| 6 | + github.com/Jeffail/gabs/v2 v2.6.1 |
| 7 | + github.com/Masterminds/sprig/v3 v3.2.2 |
| 8 | + github.com/PuerkitoBio/goquery v1.7.0 |
9 | 9 | github.com/appleboy/gin-jwt/v2 v2.6.4
|
10 |
| - github.com/chromedp/cdproto v0.0.0-20210126020047-7ec7357d1463 |
11 |
| - github.com/chromedp/chromedp v0.6.5 |
| 10 | + github.com/chromedp/cdproto v0.0.0-20210625233425-810000e4a4fc |
| 11 | + github.com/chromedp/chromedp v0.7.3 |
12 | 12 | github.com/davecgh/go-spew v1.1.1
|
13 |
| - github.com/fatih/color v1.10.0 |
| 13 | + github.com/fatih/color v1.12.0 |
14 | 14 | github.com/gin-contrib/cors v1.3.1
|
15 |
| - github.com/gin-contrib/static v0.0.0-20200916080430-d45d9a37d28e |
16 |
| - github.com/gin-gonic/gin v1.6.3 |
17 |
| - github.com/go-resty/resty/v2 v2.4.0 |
| 15 | + github.com/gin-contrib/static v0.0.1 |
| 16 | + github.com/gin-gonic/gin v1.7.2 |
| 17 | + github.com/go-resty/resty/v2 v2.6.0 |
18 | 18 | github.com/google/uuid v1.2.0
|
19 | 19 | github.com/gorilla/websocket v1.4.2
|
20 |
| - github.com/jinzhu/copier v0.2.3 |
| 20 | + github.com/jinzhu/copier v0.3.2 |
21 | 21 | github.com/jinzhu/gorm v1.9.16
|
22 |
| - github.com/json-iterator/go v1.1.10 |
23 |
| - github.com/lixiangzhong/dnsutil v0.0.0-20191203032812-75ad39d2945a |
| 22 | + github.com/json-iterator/go v1.1.11 |
| 23 | + github.com/lixiangzhong/dnsutil v1.4.0 |
24 | 24 | github.com/logrusorgru/aurora/v3 v3.0.0
|
25 | 25 | github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
|
26 | 26 | github.com/mitchellh/go-homedir v1.1.0
|
| 27 | + github.com/onsi/ginkgo v1.16.4 // indirect |
| 28 | + github.com/onsi/gomega v1.13.0 // indirect |
27 | 29 | github.com/panjf2000/ants v1.3.0
|
28 |
| - github.com/robertkrimen/otto v0.0.0-20200922221731-ef014fd054ac |
29 |
| - github.com/sirupsen/logrus v1.7.0 |
| 30 | + github.com/robertkrimen/otto v0.0.0-20210614181706-373ff5438452 |
| 31 | + github.com/sirupsen/logrus v1.8.1 |
30 | 32 | github.com/spf13/cast v1.3.1
|
31 |
| - github.com/spf13/cobra v1.1.1 |
32 |
| - github.com/spf13/viper v1.7.1 |
33 |
| - github.com/thoas/go-funk v0.7.0 |
| 33 | + github.com/spf13/cobra v1.2.1 |
| 34 | + github.com/spf13/viper v1.8.1 |
| 35 | + github.com/thoas/go-funk v0.8.0 |
34 | 36 | github.com/x-cray/logrus-prefixed-formatter v0.5.2
|
35 | 37 | gopkg.in/sourcemap.v1 v1.0.5 // indirect
|
36 | 38 | gopkg.in/src-d/go-git.v4 v4.13.1
|
|
0 commit comments