forked from hyperledger-archives/burrow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
55 lines (46 loc) · 1.49 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
[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
[[constraint]]
name = "github.com/tendermint/tendermint"
source = "github.com/silasdavis/tendermint"
# Until Tendermint remove go-ethereum
version = "v0.30.1-libsecp256k1"
[[constraint]]
name = "github.com/tendermint/iavl"
version = "=0.12.1"
# Allow only patch releases for serialization libraries (from Tendermint)
[[override]]
name = "github.com/gogo/protobuf"
version = "~1.2.1"
# Dep needs a little help with the dependencies Tendermint has pinned to revisions (because they have no releases)
[[override]]
name = "github.com/jmhodges/levigo"
revision = "c42d9e0ca023e2198120196f842701bb4c55d7b9"
[[override]]
name = "github.com/btcsuite/btcd"
revision = "ed77733ec07dfc8a513741138419b8d9d3de9d2d"
# last revision used by go-crypto
[[override]]
name = "github.com/btcsuite/btcutil"
revision = "d4cc87b860166d00d6b5b9e0d3b3d71d6088d4d4"
[[constraint]]
name = "golang.org/x/crypto"
revision = "505ab145d0a99da450461ae2c1a9f6cd10d1f447"
[[constraint]]
name = "github.com/rcrowley/go-metrics"
revision = "e2704e165165ec55d062f5919b4b29494e9fa790"
[[constraint]]
name = "golang.org/x/net"
revision = "292b43bbf7cb8d35ddf40f8d5100ef3837cced3f"