-
Notifications
You must be signed in to change notification settings - Fork 2
/
Gopkg.toml
111 lines (84 loc) · 2.05 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
[[constraint]]
name = "github.com/stephane-martin/vault-exec"
version = "0.2.2"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "github.com/mitchellh/go-homedir"
version = "1.1.0"
[[constraint]]
name = "golang.org/x/crypto"
branch = "master"
[[constraint]]
name = "github.com/stephane-martin/golang-ssh"
version = "0.7.3"
[[constraint]]
name = "github.com/awnumar/memguard"
version = "0.15.1"
[[constraint]]
name = "github.com/valyala/fastjson"
version = "1.4.1"
[[constraint]]
name = "github.com/stephane-martin/go-vis"
version = "0.1.0"
[[constraint]]
name = "github.com/ktr0731/go-fuzzyfinder"
version = "0.1.2"
[[constraint]]
name = "github.com/mattn/go-shellwords"
version = "1.0.5"
[[constraint]]
name = "github.com/peterh/liner"
branch = "master"
[[constraint]]
name = "github.com/logrusorgru/aurora"
branch = "master"
[[constraint]]
name = "github.com/ahmetb/go-linq"
version = "3.0.0"
[[constraint]]
name = "github.com/rivo/tview"
branch = "master"
[[constraint]]
name = "github.com/alecthomas/chroma"
version = "0.6.3"
[[constraint]]
name = "github.com/gabriel-vasile/mimetype"
version = "0.3.2"
#[[constraint]]
# name = "github.com/gobwas/glob"
# version = "0.2.3"
[[constraint]]
name = "github.com/scylladb/go-set"
version = "1.0.2"
[[constraint]]
name = "github.com/google/gops"
version = "0.3.6"
[[constraint]]
name = "github.com/stephane-martin/go-mimeapps"
version = "0.1.0"
[[constraint]]
name = "golang.org/x/sync"
branch = "master"
[[constraint]]
name = "github.com/cheggaaa/pb"
version = "1.0.28"
[[constraint]]
name = "github.com/miekg/dns"
version = "1.1.9"
[[constraint]]
name = "github.com/getlantern/go-socks5"
branch = "master"
[[constraint]]
name = "github.com/orcaman/concurrent-map"
branch = "master"
[[constraint]]
name = "github.com/Code-Hex/Neo-cowsay"
branch = "master"
[[constraint]]
name = "github.com/elazarl/goproxy"
branch = "master"
[prune]
go-tests = true
unused-packages = true