2018-10-01 06:16:41 -07:00
|
|
|
# Gopkg.toml example
|
|
|
|
#
|
|
|
|
# Refer to https://golang.github.io/dep/docs/Gopkg.toml.html
|
|
|
|
# for detailed Gopkg.toml documentation.
|
|
|
|
#
|
|
|
|
# required = ["github.com/user/thing/cmd/thing"]
|
|
|
|
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
|
|
|
|
#
|
|
|
|
# [[constraint]]
|
|
|
|
# name = "github.com/user/project"
|
|
|
|
# version = "1.0.0"
|
|
|
|
#
|
|
|
|
# [[constraint]]
|
|
|
|
# name = "github.com/user/project2"
|
|
|
|
# branch = "dev"
|
|
|
|
# source = "github.com/myfork/project2"
|
|
|
|
#
|
|
|
|
# [[override]]
|
|
|
|
# name = "github.com/x/y"
|
|
|
|
# version = "2.4.0"
|
|
|
|
#
|
|
|
|
# [prune]
|
|
|
|
# non-go = false
|
|
|
|
# go-tests = true
|
|
|
|
# unused-packages = true
|
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/tendermint/tendermint"
|
2019-02-10 01:12:13 -08:00
|
|
|
version = "^v0.30.0"
|
2018-10-01 06:16:41 -07:00
|
|
|
|
|
|
|
[[override]]
|
2018-11-30 00:19:44 -08:00
|
|
|
name = "golang.org/x/crypto"
|
|
|
|
source = "https://github.com/tendermint/crypto"
|
|
|
|
revision = "3764759f34a542a3aef74d6b02e35be7ab893bba"
|
2018-10-01 06:16:41 -07:00
|
|
|
|
|
|
|
[[constraint]]
|
|
|
|
name = "github.com/certusone/yubihsm-go"
|
2018-10-24 02:34:13 -07:00
|
|
|
version = "0.1.0"
|
2018-10-01 06:16:41 -07:00
|
|
|
|
|
|
|
[prune]
|
|
|
|
go-tests = true
|