Bumps [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/gotestyourself/gotest.tools/releases) - [Commits](https://github.com/gotestyourself/gotest.tools/compare/v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: gotest.tools/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
25 lines
761 B
Modula-2
25 lines
761 B
Modula-2
module cosmossdk.io/depinject
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/regen-network/gocuke v0.6.2
|
|
github.com/stretchr/testify v1.8.0
|
|
golang.org/x/exp v0.0.0-20220428152302-39d4317da171
|
|
gotest.tools/v3 v3.3.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.5 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
pgregory.net/rapid v0.4.7 // indirect
|
|
)
|