mirror of
https://gitee.com/johng/gf
synced 2026-07-03 11:51:04 +08:00
add error stack for internal error printing
This commit is contained in:
@ -3,9 +3,9 @@ module github.com/gogf/gf/example
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
github.com/gogf/gf/contrib/registry/etcd/v2 v2.0.0-rc2
|
||||
github.com/gogf/gf/contrib/grpc/resolver/v2 v2.0.0-rc2
|
||||
github.com/gogf/gf/contrib/grpc/balancer/v2 v2.0.0-rc2
|
||||
github.com/gogf/gf/contrib/grpc/resolver/v2 v2.0.0-rc2
|
||||
github.com/gogf/gf/contrib/registry/etcd/v2 v2.0.0-rc2
|
||||
github.com/gogf/gf/v2 v2.0.0-rc2
|
||||
github.com/golang/protobuf v1.5.2
|
||||
google.golang.org/grpc v1.43.0
|
||||
@ -13,8 +13,8 @@ require (
|
||||
)
|
||||
|
||||
replace (
|
||||
github.com/gogf/gf/contrib/registry/etcd/v2 => ../contrib/registry/etcd/
|
||||
github.com/gogf/gf/contrib/grpc/balancer/v2 => ../contrib/grpc/balancer/
|
||||
github.com/gogf/gf/contrib/grpc/resolver/v2 => ../contrib/grpc/resolver/
|
||||
github.com/gogf/gf/contrib/registry/etcd/v2 => ../contrib/registry/etcd/
|
||||
github.com/gogf/gf/v2 => ../
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user