module github.com/flyteorg/datacatalog go 1.13 require ( github.com/Selvatico/go-mocket v1.0.7 github.com/flyteorg/flyteidl v0.18.17 github.com/flyteorg/flytestdlib v0.3.13 github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b github.com/golang/protobuf v1.4.3 github.com/lib/pq v1.3.0 github.com/mitchellh/mapstructure v1.4.1 github.com/spf13/cobra v1.1.1 github.com/spf13/pflag v1.0.5 github.com/stretchr/testify v1.7.0 google.golang.org/grpc v1.36.0 gorm.io/driver/postgres v1.1.0 gorm.io/gorm v1.21.9 )