module github.com/minio/operator/logsearchapi go 1.15 require ( github.com/georgysavva/scany v0.2.7 github.com/jackc/pgx/v4 v4.9.0 // indirect github.com/kr/text v0.2.0 // indirect github.com/lib/pq v1.8.0 github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect github.com/stretchr/testify v1.6.1 // indirect golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392 // indirect golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )