1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-01-16 02:47:03 +02:00
kratos/middleware/metrics/go.mod
包子 7b6332ee75
deps: middleware add separate go.mod and removes framework deps (#1385)
* deps: middleware add separate go.mod and removes framework deps
2021-08-30 23:07:31 +08:00

11 lines
213 B
Modula-2

module github.com/go-kratos/kratos/middleware/metrics/v2
go 1.15
require (
github.com/go-kratos/kratos/v2 v2.0.5
github.com/stretchr/testify v1.7.0
)
replace github.com/go-kratos/kratos/v2 => ../../../kratos