Newer
Older
[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]]
non-go = false
[[prune.project]]
name = "github.com/tendermint/tmlibs"
non-go = false
# overriding here because of IAVL
[[override]]
name = "github.com/tendermint/iavl"
# 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"