mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
- guide shamelessly stolen from prometheus/prometheus - updates local interface of oauth exchange - updates local impl of hclogger - bump jaeger client version closes #16088
32 lines
578 B
TOML
32 lines
578 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 = "0.8.0"
|
|
|
|
[[constraint]]
|
|
name = "github.com/stretchr/testify"
|
|
version = "^1.1.3"
|
|
|
|
[[constraint]]
|
|
name = "github.com/uber-go/atomic"
|
|
version = "^1"
|
|
|
|
[[constraint]]
|
|
name = "github.com/uber/jaeger-lib"
|
|
version = "^2.0"
|
|
|
|
[[constraint]]
|
|
name = "go.uber.org/zap"
|
|
version = "^1"
|
|
|
|
[prune]
|
|
go-tests = true
|
|
unused-packages = true
|