forked from muraenateam/muraena
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
46 lines (36 loc) · 846 Bytes
/
Gopkg.toml
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
[[constraint]]
branch = "master"
name = "github.com/ditashi/jsbeautifier-go"
[[constraint]]
name = "github.com/dsnet/compress"
version = "0.0.1"
[[constraint]]
name = "github.com/evilsocket/islazy"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/gocolly/colly"
#version = "1.2.0"
[[constraint]]
branch = "master"
name = "github.com/logrusorgru/aurora"
[[constraint]]
branch = "master"
name = "github.com/lucasjones/reggen"
[[constraint]]
name = "github.com/manifoldco/promptui"
version = "0.3.2"
[[constraint]]
name = "github.com/pkg/errors"
version = "0.8.1"
[[constraint]]
#branch = "master"
name = "gopkg.in/resty.v1"
version = "1.12.0"
[[constraint]]
branch = "master"
name = "mvdan.cc/xurls"
# version = "2.0.0"
[prune]
go-tests = true
unused-packages = true