add error stack for internal error printing

This commit is contained in:
John Guo
2022-01-28 14:51:49 +08:00
parent 1a000396e2
commit 04eb654133
55 changed files with 175 additions and 240 deletions

View File

@ -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 => ../
)