1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Files
kratos/contrib/config/consul/go.mod
T
haiyux 00c05e82a3 test:remove testify go mod (#1766)
* test:remove testify go mod

* tidy go mdo

* fix test
2022-01-14 10:02:42 +08:00

11 lines
215 B
Modula-2

module github.com/go-kratos/kratos/contrib/config/consul/v2
go 1.15
require (
github.com/go-kratos/kratos/v2 v2.1.4
github.com/hashicorp/consul/api v1.10.0
)
replace github.com/go-kratos/kratos/v2 => ../../../