1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-11-06 08:59:18 +02:00
Files
kratos/contrib/registry/consul/go.mod

11 lines
217 B
Modula-2
Raw Normal View History

module github.com/go-kratos/kratos/contrib/registry/consul/v2
go 1.16
require (
github.com/go-kratos/kratos/v2 v2.5.3
github.com/hashicorp/consul/api v1.15.3
)
replace github.com/go-kratos/kratos/v2 => ../../../