2022-01-26 23:43:48 +08:00
|
|
|
module github.com/gogf/gf/example
|
|
|
|
|
|
|
|
|
|
go 1.15
|
|
|
|
|
|
|
|
|
|
require (
|
2022-01-28 14:51:49 +08:00
|
|
|
github.com/gogf/gf/contrib/registry/etcd/v2 v2.0.0-rc2
|
2022-02-09 02:49:29 +08:00
|
|
|
github.com/gogf/gf/contrib/trace/jaeger/v2 v2.0.0-rc2
|
|
|
|
|
github.com/gogf/gf/v2 v2.0.0-rc2.0.20220128082344-48b5f3789470
|
|
|
|
|
github.com/gogf/katyusha v0.3.1-0.20220128101623-e25b27a99b29
|
|
|
|
|
github.com/gogo/protobuf v1.3.2
|
|
|
|
|
github.com/golang/protobuf v1.5.2
|
|
|
|
|
google.golang.org/grpc v1.44.0
|
2022-01-26 23:43:48 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
replace (
|
2022-01-28 14:51:49 +08:00
|
|
|
github.com/gogf/gf/contrib/registry/etcd/v2 => ../contrib/registry/etcd/
|
2022-02-09 02:49:29 +08:00
|
|
|
github.com/gogf/gf/contrib/trace/jaeger/v2 => ../contrib/trace/jaeger/
|
2022-01-26 23:43:48 +08:00
|
|
|
github.com/gogf/gf/v2 => ../
|
|
|
|
|
)
|