module github.com/retailcrm/mg-transport-core go 1.12 require ( github.com/aws/aws-sdk-go v1.23.9 github.com/certifi/gocertifi v0.0.0-20190506164543-d2eda7129713 // indirect github.com/denisenkom/go-mssqldb v0.0.0-20190830225923-3302f0226fbd // indirect github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect github.com/getsentry/raven-go v0.0.0-20180903072508-084a9de9eb03 github.com/gin-contrib/multitemplate v0.0.0-20180827023943-5799bbbb6dce github.com/gin-contrib/sse v0.1.0 // indirect github.com/gin-gonic/gin v1.3.0 github.com/go-sql-driver/mysql v1.4.1 // indirect github.com/golang/protobuf v1.3.2 // indirect github.com/google/go-querystring v1.0.0 // indirect github.com/jinzhu/gorm v1.9.1 github.com/jinzhu/inflection v1.0.0 // indirect github.com/jinzhu/now v1.0.1 // indirect github.com/lib/pq v1.2.0 // indirect github.com/mattn/go-isatty v0.0.9 // indirect github.com/mattn/go-sqlite3 v1.11.0 // indirect github.com/nicksnyder/go-i18n/v2 v2.0.0-beta.5 github.com/op/go-logging v0.0.0-20160315200505-970db520ece7 github.com/pkg/errors v0.8.1 github.com/retailcrm/api-client-go v1.1.1 github.com/retailcrm/mg-transport-api-client-go v1.1.31 github.com/stretchr/testify v1.4.0 // indirect github.com/ugorji/go v1.1.7 // indirect golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2 golang.org/x/tools v0.0.0-20190830082254-f340ed3ae274 // indirect gopkg.in/go-playground/validator.v8 v8.18.2 gopkg.in/yaml.v2 v2.2.2 )