mirror of
https://github.com/retailcrm/mg-bot-helper.git
synced 2025-04-20 01:10:58 +00:00
update mg-transport-core
This commit is contained in:
parent
dc5893ae63
commit
c2efcc6f10
4 changed files with 3 additions and 5 deletions
|
@ -19,7 +19,6 @@ services:
|
|||
volumes:
|
||||
- ./:/mg-bot/
|
||||
- ./static:/static/
|
||||
- /home/pavel/mg-transports/mg-transport-core:/mg-transport-core
|
||||
links:
|
||||
- postgres_test
|
||||
ports:
|
||||
|
|
|
@ -19,7 +19,6 @@ services:
|
|||
volumes:
|
||||
- ./:/mg-bot/
|
||||
- ./static:/static/
|
||||
- /home/pavel/mg-transports/mg-transport-core:/mg-transport-core
|
||||
links:
|
||||
- postgres
|
||||
ports:
|
||||
|
|
4
go.mod
4
go.mod
|
@ -13,7 +13,7 @@ require (
|
|||
github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
|
||||
github.com/retailcrm/api-client-go v1.3.0
|
||||
github.com/retailcrm/mg-bot-api-client-go v1.0.16
|
||||
github.com/retailcrm/mg-transport-core v1.2.0
|
||||
github.com/retailcrm/mg-transport-core v1.3.0
|
||||
github.com/rs/cors v1.7.0
|
||||
github.com/stretchr/testify v1.4.0
|
||||
golang.org/x/text v0.3.2
|
||||
|
@ -21,6 +21,4 @@ require (
|
|||
gopkg.in/yaml.v2 v2.2.7
|
||||
)
|
||||
|
||||
replace github.com/retailcrm/mg-transport-core => /mg-transport-core
|
||||
|
||||
go 1.13
|
||||
|
|
2
go.sum
2
go.sum
|
@ -199,6 +199,8 @@ github.com/retailcrm/mg-bot-api-client-go v1.0.16 h1:l7xzGp0IQTR+jJ//x3vDBz/jHnO
|
|||
github.com/retailcrm/mg-bot-api-client-go v1.0.16/go.mod h1:lJD4+WLi9CiOk4/2GUvmJ6LG4168eoilXAbfT61yK1U=
|
||||
github.com/retailcrm/mg-transport-api-client-go v1.1.32 h1:IBPltSoD5q2PPZJbNC/prK5F9rEVPXVx/ZzDpi7HKhs=
|
||||
github.com/retailcrm/mg-transport-api-client-go v1.1.32/go.mod h1:AWV6BueE28/6SCoyfKURTo4lF0oXYoOKmHTzehd5vAI=
|
||||
github.com/retailcrm/mg-transport-core v1.3.0 h1:/N5LLJVU5iP8LWc8lbo7JPj6y+hEHB62adiqi/7VoZw=
|
||||
github.com/retailcrm/mg-transport-core v1.3.0/go.mod h1:+LbNIhVgq64VPX0owJdNPLvO217Q/GE/Zsp+cZ1sHtw=
|
||||
github.com/rogpeppe/go-internal v1.1.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
||||
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
|
||||
github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc=
|
||||
|
|
Loading…
Add table
Reference in a new issue