mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 04:37:49 +08:00
20 lines
583 B
Modula-2
20 lines
583 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-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
|
|
)
|
|
|
|
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 => ../
|
|
)
|