mirror of
https://gitee.com/johng/gf.git
synced 2024-12-03 04:37:49 +08:00
11 lines
185 B
Modula-2
11 lines
185 B
Modula-2
module github.com/gogf/gf/contrib/registry/etcd/v2
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/gogf/gf/v2 v2.0.0-rc2
|
|
go.etcd.io/etcd/client/v3 v3.5.1
|
|
)
|
|
|
|
replace github.com/gogf/gf/v2 => ../../../
|