* build(deps): Bump github.com/stretchr/testify in /tools/cosmovisor Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.0 to 1.8.1. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.0...v1.8.1) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * build(deps): Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 in /tools/cosmovisor for all modules Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
29 lines
959 B
Modula-2
29 lines
959 B
Modula-2
module cosmossdk.io/depinject
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/regen-network/gocuke v0.6.2
|
|
github.com/stretchr/testify v1.8.1
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
gotest.tools/v3 v3.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/alecthomas/participle/v2 v2.0.0-alpha7 // indirect
|
|
github.com/cockroachdb/apd/v3 v3.1.0 // indirect
|
|
github.com/cucumber/common/gherkin/go/v22 v22.0.0 // indirect
|
|
github.com/cucumber/common/messages/go/v17 v17.1.1 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/gofrs/uuid v4.2.0+incompatible // indirect
|
|
github.com/google/go-cmp v0.5.8 // indirect
|
|
github.com/kr/pretty v0.3.0 // indirect
|
|
github.com/lib/pq v1.10.6 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.8.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
pgregory.net/rapid v0.5.3 // indirect
|
|
)
|