25 lines
777 B
Modula-2
25 lines
777 B
Modula-2
module github.com/cosmos/cosmos-sdk/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.7.1
|
|
golang.org/x/exp v0.0.0-20220428152302-39d4317da171
|
|
gotest.tools/v3 v3.2.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
|
|
)
|