-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathGopkg.toml
43 lines (33 loc) · 856 Bytes
/
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
[[constraint]]
name = "github.com/ethereum/go-ethereum"
version = "1.8.17"
[[constraint]]
name = "github.com/golang/protobuf"
version = "1.0.0"
[[constraint]]
name = "github.com/jbenet/go-base58"
version = "1.0.0"
[[constraint]]
branch = "master"
name = "github.com/multiformats/go-multiaddr"
[[constraint]]
branch = "master"
name = "github.com/multiformats/go-multihash"
[[constraint]]
name = "github.com/onsi/ginkgo"
version = "1.4.0"
[[constraint]]
name = "github.com/onsi/gomega"
version = "1.3.0"
[[constraint]]
branch = "master"
name = "golang.org/x/net"
[[constraint]]
name = "google.golang.org/grpc"
version = "1.10.0"
# Temporary fix https://github.com/golang/dep/issues/1799
[[override]]
name = "gopkg.in/fsnotify.v1"
source = "https://github.com/fsnotify/fsnotify.git"
[prune]
go-tests = true