Skip to content
Snippets Groups Projects
Gopkg.toml 1001 B
Newer Older
[prune]
  go-tests = true
  unused-packages = true
  non-go = true
Silas Davis's avatar
Silas Davis committed
  # For proto files
  [[prune.project]]
    name = "github.com/gogo/protobuf"
    non-go = false
  [[prune.project]]
    name = "github.com/tendermint/tendermint"
Silas Davis's avatar
Silas Davis committed
    non-go = false
  [[prune.project]]
    name = "github.com/tendermint/tmlibs"
    non-go = false
# overriding here because of IAVL
[[override]]
  name = "github.com/tendermint/tendermint"
Silas Davis's avatar
Silas Davis committed
  version = "=0.23.0"
Silas Davis's avatar
Silas Davis committed
[[constraint]]
  name = "github.com/tendermint/iavl"
Silas Davis's avatar
Silas Davis committed
  version = "=0.11.0"
# 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"
Silas Davis's avatar
Silas Davis committed
  version = "~1.13.0"