2019-09-04 15:22:27 +03:00
|
|
|
module github.com/retailcrm/mg-transport-core
|
|
|
|
|
2019-09-19 14:25:07 +03:00
|
|
|
go 1.11
|
2019-09-04 15:22:27 +03:00
|
|
|
|
|
|
|
require (
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3
|
2019-09-04 15:22:27 +03:00
|
|
|
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/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
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/gobuffalo/packd v0.3.0
|
2019-09-18 10:28:55 +03:00
|
|
|
github.com/gobuffalo/packr/v2 v2.6.0
|
2019-09-04 15:22:27 +03:00
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/h2non/gock v1.0.10
|
2019-09-18 13:40:36 +03:00
|
|
|
github.com/jinzhu/gorm v1.9.10
|
2019-09-19 14:25:07 +03:00
|
|
|
github.com/json-iterator/go v1.1.7 // indirect
|
2019-09-04 15:22:27 +03:00
|
|
|
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
|
2019-09-19 14:25:07 +03:00
|
|
|
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
|
2019-09-04 15:22:27 +03:00
|
|
|
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
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-09-19 14:25:07 +03:00
|
|
|
github.com/ugorji/go/codec v1.1.7 // indirect
|
2019-09-04 15:22:27 +03:00
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
|
|
|
|
golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2
|
2019-09-19 14:25:07 +03:00
|
|
|
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
|
2019-09-04 15:22:27 +03:00
|
|
|
gopkg.in/go-playground/validator.v8 v8.18.2
|
2019-09-18 18:02:40 +03:00
|
|
|
gopkg.in/gormigrate.v1 v1.6.0
|
2019-09-04 15:22:27 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
|
|
)
|