mirror of
https://github.com/go-kratos/kratos.git
synced 2025-01-16 02:47:03 +02:00
7b6332ee75
* deps: middleware add separate go.mod and removes framework deps
11 lines
213 B
Modula-2
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
|