forked from hyperledger-archives/burrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
48 lines (43 loc) · 1.06 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
[prune]
go-tests = true
unused-packages = true
non-go = true
# For proto files
[[prune.project]]
name = "github.com/gogo/protobuf"
non-go = false
[[prune.project]]
name = "github.com/tendermint/tendermint"
non-go = false
[[prune.project]]
name = "github.com/tendermint/tmlibs"
non-go = false
# overriding here because of IAVL
[[override]]
name = "github.com/tendermint/tendermint"
version = "=0.22.8"
[[constraint]]
name = "github.com/tendermint/iavl"
version = "=0.10.0"
#[[constraint]]
# name = "github.com/prometheus/client_golang"
# branch = "master"
# Haven't made a release since 2016.
[[constraint]]
name = "github.com/prometheus/client_golang"
revision = "ae27198cdd90bf12cd134ad79d1366a6cf49f632"
[[constraint]]
name = "golang.org/x/net"
revision = "292b43bbf7cb8d35ddf40f8d5100ef3837cced3f"
#
#[[override]]
# name = "github.com/gogo/protobuf"
# version = "~1.1.0"
#
#[[override]]
# name = "github.com/golang/protobuf"
# version = "~1.1.0"
#
[[constraint]]
name = "google.golang.org/grpc"
version = "~1.13.0"