You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
278 B
13 lines
278 B
3 years ago
|
module github.com/go-kratos/kratos/contrib/metrics/datadog/v2
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/DataDog/datadog-go v4.8.1+incompatible
|
||
|
github.com/Microsoft/go-winio v0.5.0 // indirect
|
||
|
github.com/go-kratos/kratos/v2 v2.0.5
|
||
|
|
||
|
)
|
||
|
|
||
|
replace github.com/go-kratos/kratos/v2 => ../../../
|