Files
gf/contrib/registry/etcd/go.mod
2022-05-23 15:08:11 +08:00

11 lines
181 B
Modula-2

module github.com/gogf/gf/contrib/registry/etcd/v2
go 1.15
require (
github.com/gogf/gf/v2 v2.0.0
go.etcd.io/etcd/client/v3 v3.5.4
)
replace github.com/gogf/gf/v2 => ../../../