-
Notifications
You must be signed in to change notification settings - Fork 80
/
Gopkg.toml
67 lines (51 loc) · 1.24 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
[[constraint]]
name = "github.com/BurntSushi/toml"
version = "0.3.0"
[[constraint]]
name = "github.com/coreos/go-systemd"
version = "16.0.0"
[[constraint]]
name = "github.com/gorilla/mux"
version = "1.6.1"
[[constraint]]
name = "github.com/leonelquinteros/gorand"
version = "1.0.0"
[[constraint]]
name = "github.com/mattn/go-colorable"
version = "0.0.9"
[[constraint]]
name = "github.com/miekg/dns"
branch = "master"
[[constraint]]
name = "github.com/milosgajdos83/tenus"
branch = "master"
[[constraint]]
name = "github.com/muesli/cache2go"
branch = "master"
[[constraint]]
name = "github.com/oschwald/maxminddb-golang"
version = "1.2.1"
[[constraint]]
name = "github.com/osrg/gobgp"
version = "1.28.0"
[[constraint]]
branch = "master"
name = "github.com/sasha-s/go-hll"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "1.0.4"
[[constraint]]
branch = "master"
name = "github.com/syndtr/goleveldb"
[[constraint]]
branch = "master"
name = "github.com/tenta-browser/go-highway"
[[constraint]]
branch = "master"
name = "github.com/tevino/abool"
[[constraint]]
name = "github.com/x-cray/logrus-prefixed-formatter"
version = "0.5.2"
[prune]
go-tests = true
unused-packages = true