summaryrefslogtreecommitdiff
path: root/vendor/github.com/uber/jaeger-client-go/Gopkg.toml
blob: 067f15a9247db3d179e394ea3d1a9c0c1f99f2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[[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