mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
20 lines
549 B
Modula-2
20 lines
549 B
Modula-2
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/trace/jaeger/v2 v2.0.0-rc2
|
|
github.com/gogf/gf/v2 v2.0.0
|
|
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
|
|
)
|
|
|
|
replace (
|
|
github.com/gogf/gf/contrib/registry/etcd/v2 => ../contrib/registry/etcd/
|
|
github.com/gogf/gf/contrib/trace/jaeger/v2 => ../contrib/trace/jaeger/
|
|
github.com/gogf/gf/v2 => ../
|
|
)
|