mirror of
https://gitee.com/johng/gf.git
synced 2024-12-02 04:07:47 +08:00
14 lines
263 B
Modula-2
14 lines
263 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/v2 v2.0.0-rc2
|
|
)
|
|
|
|
replace (
|
|
github.com/gogf/gf/contrib/registry/etcd/v2 => ../contrib/registry/etcd/
|
|
github.com/gogf/gf/v2 => ../
|
|
)
|