forked from decred/dcrstakepool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGopkg.toml
64 lines (48 loc) · 1.13 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
[[constraint]]
branch = "master"
name = "github.com/btcsuite/btclog"
[[constraint]]
branch = "master"
name = "github.com/btcsuite/go-flags"
[[constraint]]
branch = "master"
name = "github.com/decred/dcrd"
[[constraint]]
branch = "master"
name = "github.com/decred/dcrwallet"
[[constraint]]
branch = "master"
name = "github.com/dgrijalva/jwt-go"
[[constraint]]
branch = "master"
name = "github.com/go-gorp/gorp"
[[constraint]]
branch = "master"
name = "github.com/go-sql-driver/mysql"
[[constraint]]
branch = "master"
name = "github.com/golang/protobuf"
[[constraint]]
branch = "master"
name = "github.com/gorilla/context"
[[constraint]]
branch = "master"
name = "github.com/gorilla/sessions"
[[constraint]]
branch = "master"
name = "github.com/haisum/recaptcha"
[[constraint]]
branch = "master"
name = "github.com/jrick/logrotate"
[[constraint]]
branch = "master"
name = "github.com/zenazn/goji"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
branch = "v1.7.x"
name = "google.golang.org/grpc"