36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module cosmossdk.io/indexer/postgres/testing
|
|
|
|
require (
|
|
cosmossdk.io/indexer/postgres v0.0.0-00010101000000-000000000000
|
|
cosmossdk.io/schema v0.1.1
|
|
github.com/fergusstrange/embedded-postgres v1.27.0
|
|
github.com/hashicorp/consul/sdk v0.16.1
|
|
github.com/jackc/pgx/v5 v5.6.0
|
|
github.com/stretchr/testify v1.9.0
|
|
gotest.tools/v3 v3.5.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
|
|
github.com/google/go-cmp v0.6.0 // indirect
|
|
github.com/jackc/pgpassfile v1.0.0 // indirect
|
|
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
|
|
github.com/jackc/puddle/v2 v2.2.1 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.10.4 // indirect
|
|
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
|
|
github.com/rogpeppe/go-internal v1.12.0 // indirect
|
|
github.com/xi2/xz v0.0.0-20171230120015-48954b6210f8 // indirect
|
|
golang.org/x/crypto v0.23.0 // indirect
|
|
golang.org/x/sync v0.1.0 // indirect
|
|
golang.org/x/sys v0.20.0 // indirect
|
|
golang.org/x/text v0.15.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|
|
|
|
replace cosmossdk.io/indexer/postgres => ../.
|
|
|
|
replace cosmossdk.io/schema => ../../../schema
|
|
|
|
go 1.22
|