forked from cenkalti/rain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
79 lines (60 loc) · 1.42 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
[prune]
go-tests = true
unused-packages = true
[[constraint]]
branch = "master"
name = "github.com/cenkalti/backoff"
[[constraint]]
branch = "master"
name = "github.com/cenkalti/log"
[[constraint]]
branch = "master"
name = "github.com/zeebo/bencode"
[[constraint]]
name = "gopkg.in/yaml.v2"
version = "2.2.1"
[[constraint]]
name = "github.com/boltdb/bolt"
version = "1.3.1"
[[constraint]]
name = "github.com/urfave/cli"
version = "1.20.0"
[[constraint]]
name = "github.com/chihaya/chihaya"
branch = "master"
[[constraint]]
branch = "master"
name = "github.com/hokaccha/go-prettyjson"
[[constraint]]
name = "github.com/jroimartin/gocui"
version = "0.4.0"
[[constraint]]
name = "github.com/fatih/structs"
version = "1.1.0"
[[constraint]]
name = "github.com/mitchellh/go-homedir"
version = "1.0.0"
[[constraint]]
branch = "package"
name = "github.com/cenkalti/boltbrowser"
[[constraint]]
branch = "master"
name = "github.com/nictuku/dht"
[[constraint]]
name = "github.com/powerman/rpc-codec"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/google/btree"
[[constraint]]
name = "github.com/stretchr/testify"
version = "1.2.2"
[[constraint]]
branch = "master"
name = "github.com/rcrowley/go-metrics"
[[constraint]]
name = "github.com/gofrs/uuid"
version = "3.2.0"
[[constraint]]
name = "github.com/fortytw2/leaktest"
version = "1.3.0"