29 lines
959 B
Modula-2
29 lines
959 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-20220722155223-a9213eeb770e
|
|
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.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
|
|
)
|