forked from zmap/zgrab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
51 lines (41 loc) · 1.09 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
# Gopkg.toml for zgrab
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# Auto-generated by running `dep init` on 2018/03/05 on master, at
# commit `0ce66fc9dfcb45021d243066e78e9ecb8d5b4468`.
#
# TODO: Once we have a branch or tag for the pre-merge zcrypto, switch
# zcrypto from `branch = "master"` to `branch = "the-branch"` or
# to `version = "the-tag"`.
[[constraint]]
branch = "master"
name = "github.com/mreiferson/go-httpclient"
[[constraint]]
name = "github.com/op/go-logging"
version = "1.0.0"
[[constraint]]
name = "github.com/prometheus/client_golang"
version = "0.8.0"
[[constraint]]
branch = "release/0.1"
name = "github.com/zmap/zcrypto"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
branch = "master"
name = "golang.org/x/sys"
[[constraint]]
name = "golang.org/x/text"
version = "0.3.0"
[[constraint]]
branch = "v1"
name = "gopkg.in/check.v1"
[prune]
go-tests = true
unused-packages = true