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>
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module cosmossdk.io/depinject
|
|
|
|
go 1.20
|
|
|
|
require (
|
|
github.com/cockroachdb/errors v1.10.0
|
|
github.com/regen-network/gocuke v0.6.3
|
|
github.com/stretchr/testify v1.8.4
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e
|
|
gotest.tools/v3 v3.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/cockroachdb/apd/v3 v3.2.0 // indirect
|
|
github.com/cockroachdb/logtags v0.0.0-20230118201751-21c54148d20b // indirect
|
|
github.com/cockroachdb/redact v1.1.5 // indirect
|
|
github.com/cucumber/common/messages/go/v19 v19.1.2 // indirect
|
|
github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect
|
|
github.com/cucumber/messages/go/v21 v21.0.1 // indirect
|
|
github.com/cucumber/tag-expressions/go/v5 v5.0.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/getsentry/sentry-go v0.21.0 // indirect
|
|
github.com/gofrs/uuid v4.4.0+incompatible // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.10.0 // indirect
|
|
golang.org/x/sys v0.9.0 // indirect
|
|
golang.org/x/text v0.10.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
pgregory.net/rapid v1.0.0 // indirect
|
|
)
|