mirror of
https://github.com/go-kratos/kratos.git
synced 2026-05-22 10:15:24 +02:00
00c05e82a3
* test:remove testify go mod * tidy go mdo * fix test
11 lines
215 B
Modula-2
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 => ../../../
|