mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-11 16:14:05 -08:00
0393b188c9
* Trace remote read Signed-off-by: vas <vasily.sliouniaev@jet.com> * Use jaeger Signed-off-by: vas <vasily.sliouniaev@jet.com>
32 lines
568 B
TOML
32 lines
568 B
TOML
[[constraint]]
|
|
name = "github.com/crossdock/crossdock-go"
|
|
branch = "master"
|
|
|
|
[[constraint]]
|
|
name = "github.com/opentracing/opentracing-go"
|
|
version = "^1.1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/prometheus/client_golang"
|
|
version = "^1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "^1.1.3"
|
|
|
|
[[constraint]]
|
|
name = "go.uber.org/atomic"
|
|
version = "^1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/uber/jaeger-lib"
|
|
version = "^2.2"
|
|
|
|
[[constraint]]
|
|
name = "go.uber.org/zap"
|
|
version = "^1"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|