| 1234567891011121314151617181920212223 |
- module dashoo.cn/gateway
- go 1.16
- require (
- github.com/gin-contrib/cors v1.3.1
- github.com/gin-gonic/gin v1.6.3
- github.com/gogf/gf v1.16.9
- github.com/kr/text v0.2.0 // indirect
- github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
- github.com/rpcxio/rpcx-consul v0.0.0-20220730062257-1ff0472e730f
- github.com/rpcxio/rpcx-etcd v0.0.0-20210606082724-1a5593db7a0d
- github.com/rpcxio/rpcx-gateway v0.0.0
- github.com/smallnest/rpcx v1.8.0
- golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f // indirect
- gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect
- )
- //replace dashoo.cn/micro_libary => ../../micro_libary_v2
- //
- //replace dashoo.cn/common_definition => ../../micro_common_definition
- replace github.com/rpcxio/rpcx-gateway => ../rpcx-gateway
|