2019-09-04 15:22:27 +03:00
|
|
|
module github.com/retailcrm/mg-transport-core
|
|
|
|
|
2019-09-19 14:41:05 +03:00
|
|
|
go 1.12
|
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-10-17 13:11:20 +03:00
|
|
|
github.com/aws/aws-sdk-go v1.25.14
|
2020-11-12 17:24:40 +03:00
|
|
|
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054
|
2019-09-04 15:22:27 +03:00
|
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190830225923-3302f0226fbd // indirect
|
2019-10-17 13:11:20 +03:00
|
|
|
github.com/getsentry/raven-go v0.2.0
|
|
|
|
github.com/gin-contrib/multitemplate v0.0.0-20190914010127-bba2ccfe37ec
|
2020-04-29 10:08:00 +03:00
|
|
|
github.com/gin-gonic/gin v1.6.2
|
|
|
|
github.com/go-playground/validator/v10 v10.2.0
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/gobuffalo/packd v0.3.0
|
2019-10-17 13:11:20 +03:00
|
|
|
github.com/gobuffalo/packr/v2 v2.7.1
|
2020-04-29 10:08:00 +03:00
|
|
|
github.com/golang/protobuf v1.4.0 // indirect
|
2019-09-04 15:22:27 +03:00
|
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
2019-10-31 14:21:39 +03:00
|
|
|
github.com/gorilla/securecookie v1.1.1
|
|
|
|
github.com/gorilla/sessions v1.2.0
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/h2non/gock v1.0.10
|
2019-10-17 13:11:20 +03:00
|
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
|
|
github.com/jinzhu/gorm v1.9.11
|
2019-09-04 15:22:27 +03:00
|
|
|
github.com/lib/pq v1.2.0 // indirect
|
2019-09-19 14:25:07 +03:00
|
|
|
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
|
2019-10-17 13:11:20 +03:00
|
|
|
github.com/nicksnyder/go-i18n/v2 v2.0.2
|
2019-09-04 15:22:27 +03:00
|
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
|
|
github.com/pkg/errors v0.8.1
|
2019-10-17 13:11:20 +03:00
|
|
|
github.com/retailcrm/api-client-go v1.3.0
|
|
|
|
github.com/retailcrm/mg-transport-api-client-go v1.1.32
|
|
|
|
github.com/rogpeppe/go-internal v1.5.0 // indirect
|
2019-09-18 18:02:40 +03:00
|
|
|
github.com/stretchr/testify v1.4.0
|
2019-10-17 13:11:20 +03:00
|
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550 // indirect
|
2019-09-04 15:22:27 +03:00
|
|
|
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
|
2020-04-29 10:08:00 +03:00
|
|
|
golang.org/x/sys v0.0.0-20200428200454-593003d681fa // indirect
|
2019-10-17 13:11:20 +03:00
|
|
|
golang.org/x/text v0.3.2
|
2019-09-18 18:02:40 +03:00
|
|
|
gopkg.in/gormigrate.v1 v1.6.0
|
2020-04-29 10:08:00 +03:00
|
|
|
gopkg.in/yaml.v2 v2.2.8
|
2019-09-04 15:22:27 +03:00
|
|
|
)
|