mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.6.1 to 1.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/stretchr/testify/releases">github.com/stretchr/testify's releases</a>.</em></p> <blockquote> <h2>Minor improvements and bug fixes</h2> <p>Minor feature improvements and bug fixes</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="acba37e5db"><code>acba37e</code></a> Only use repeatability if no repeatability left</li> <li><a href="eb8c41ec07"><code>eb8c41e</code></a> Add more tests to mock package</li> <li><a href="a5830c56d3"><code>a5830c5</code></a> Extract method to evaluate closest match</li> <li><a href="1962448488"><code>1962448</code></a> Use Repeatability as tie-breaker for closest match</li> <li><a href="92707c0b2d"><code>92707c0</code></a> Fixed the link to not point to assert only</li> <li><a href="05dd0b2b35"><code>05dd0b2</code></a> Updated the readme to point to pkg.dev</li> <li><a href="c26b7f39f8"><code>c26b7f3</code></a> Update assertions.go</li> <li><a href="8fb4b2442e"><code>8fb4b24</code></a> [Fix] The most recent changes to golang/protobuf breaks the spew Circular dat...</li> <li><a href="dc8af7208c"><code>dc8af72</code></a> add generated code for positive/negative assertion</li> <li><a href="1544508911"><code>1544508</code></a> add assert positive/negative</li> <li>Additional commits viewable in <a href="https://github.com/stretchr/testify/compare/v1.6.1...v1.7.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
40 lines
1.4 KiB
Modula-2
40 lines
1.4 KiB
Modula-2
module github.com/tendermint/tendermint
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/BurntSushi/toml v0.3.1
|
|
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d
|
|
github.com/Workiva/go-datastructures v1.0.52
|
|
github.com/btcsuite/btcd v0.21.0-beta
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/confio/ics23/go v0.6.3
|
|
github.com/cosmos/iavl v0.15.3
|
|
github.com/fortytw2/leaktest v1.3.0
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/go-logfmt/logfmt v0.5.0
|
|
github.com/gogo/protobuf v1.3.1
|
|
github.com/golang/protobuf v1.4.3
|
|
github.com/google/orderedcode v0.0.1
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/grpc-ecosystem/go-grpc-middleware v1.2.2
|
|
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
|
|
github.com/gtank/merlin v0.1.1
|
|
github.com/hdevalence/ed25519consensus v0.0.0-20201207055737-7fde80a9d5ff
|
|
github.com/libp2p/go-buffer-pool v0.0.2
|
|
github.com/minio/highwayhash v1.0.1
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/prometheus/client_golang v1.9.0
|
|
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0
|
|
github.com/rs/cors v1.7.0
|
|
github.com/sasha-s/go-deadlock v0.2.0
|
|
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
|
|
github.com/spf13/cobra v1.1.1
|
|
github.com/spf13/viper v1.7.1
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/tendermint/tm-db v0.6.3
|
|
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
|
|
golang.org/x/net v0.0.0-20200822124328-c89045814202
|
|
google.golang.org/grpc v1.34.0
|
|
)
|