mirror of
https://github.com/retailcrm/mg-transport-core.git
synced 2024-11-21 20:56:04 +03:00
44 lines
1.8 KiB
Modula-2
44 lines
1.8 KiB
Modula-2
module github.com/retailcrm/mg-transport-core
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
cloud.google.com/go v0.60.0 // indirect
|
|
github.com/DATA-DOG/go-sqlmock v1.3.3
|
|
github.com/aws/aws-sdk-go v1.36.30
|
|
github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054 // indirect
|
|
github.com/denisenkom/go-mssqldb v0.0.0-20190830225923-3302f0226fbd // indirect
|
|
github.com/getsentry/raven-go v0.2.0
|
|
github.com/gin-contrib/multitemplate v0.0.0-20190914010127-bba2ccfe37ec
|
|
github.com/gin-gonic/gin v1.7.2
|
|
github.com/go-playground/validator/v10 v10.8.0
|
|
github.com/go-sql-driver/mysql v1.5.0 // indirect
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
|
github.com/google/go-querystring v1.0.0 // indirect
|
|
github.com/gorilla/securecookie v1.1.1
|
|
github.com/gorilla/sessions v1.2.0
|
|
github.com/h2non/gock v1.0.10
|
|
github.com/jessevdk/go-flags v1.4.0
|
|
github.com/jinzhu/gorm v1.9.11
|
|
github.com/json-iterator/go v1.1.11 // indirect
|
|
github.com/kr/text v0.2.0 // indirect
|
|
github.com/lib/pq v1.9.0 // indirect
|
|
github.com/mattn/go-isatty v0.0.13 // indirect
|
|
github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32 // indirect
|
|
github.com/nicksnyder/go-i18n/v2 v2.0.2
|
|
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
|
|
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
|
github.com/pkg/errors v0.9.1
|
|
github.com/retailcrm/api-client-go v1.3.0
|
|
github.com/retailcrm/mg-transport-api-client-go v1.1.32
|
|
github.com/stretchr/testify v1.7.0
|
|
github.com/ugorji/go v1.2.6 // indirect
|
|
golang.org/x/text v0.3.6
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/protobuf v1.27.1 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
|
|
gopkg.in/gormigrate.v1 v1.6.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
|
|
)
|