mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-21 20:56:04 +03:00
34 lines
1.4 KiB
Modula-2
34 lines
1.4 KiB
Modula-2
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/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/gobuffalo/packr/v2 v2.6.0
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/jinzhu/gorm v1.9.10
|
|
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/gormigrate.v1 v1.6.0 // indirect
|
|
gopkg.in/yaml.v2 v2.2.2
|
|
)
|