mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 04:07:47 +08:00
28 lines
1.1 KiB
Modula-2
28 lines
1.1 KiB
Modula-2
module github.com/gogf/gf/example
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogf/gf/contrib/config/kubecm/v2 v2.0.0
|
|
github.com/gogf/gf/contrib/drivers/mysql/v2 v2.0.0
|
|
github.com/gogf/gf/contrib/registry/etcd/v2 v2.1.0-rc3.0.20220523034830-510fa3faf03f
|
|
github.com/gogf/gf/contrib/registry/polaris/v2 v2.0.0
|
|
github.com/gogf/gf/contrib/trace/jaeger/v2 v2.0.0
|
|
github.com/gogf/gf/v2 v2.1.0-rc4.0.20220620123459-52056644d499
|
|
github.com/gogf/katyusha v0.4.1-0.20220620125113-f55d6f739773
|
|
github.com/gogo/protobuf v1.3.2
|
|
github.com/golang/protobuf v1.5.2
|
|
github.com/polarismesh/polaris-go v1.2.0-beta.0.0.20220517041223-596a6a63b00f
|
|
google.golang.org/grpc v1.46.2
|
|
k8s.io/client-go v0.25.2
|
|
)
|
|
|
|
replace (
|
|
github.com/gogf/gf/contrib/config/kubecm/v2 => ../contrib/config/kubecm
|
|
github.com/gogf/gf/contrib/drivers/mysql/v2 => ../contrib/drivers/mysql/
|
|
github.com/gogf/gf/contrib/registry/etcd/v2 => ../contrib/registry/etcd/
|
|
github.com/gogf/gf/contrib/registry/polaris/v2 => ../contrib/registry/polaris/
|
|
github.com/gogf/gf/contrib/trace/jaeger/v2 => ../contrib/trace/jaeger/
|
|
github.com/gogf/gf/v2 => ../
|
|
)
|