blob: 3aa307a904cdc4fc046fad1ddff12be4b7057f90 [file] [log] [blame]
Girish Gowdra5d7d6442020-09-08 17:03:11 -07001[[constraint]]
2 name = "github.com/crossdock/crossdock-go"
3 branch = "master"
4
5[[constraint]]
6 name = "github.com/opentracing/opentracing-go"
Girish Gowdra390f12f2021-07-01 15:53:49 -07007 version = "^1.2"
Girish Gowdra5d7d6442020-09-08 17:03:11 -07008
9[[constraint]]
10 name = "github.com/prometheus/client_golang"
11 version = "^1"
12
13[[constraint]]
14 name = "github.com/stretchr/testify"
15 version = "^1.1.3"
16
17[[constraint]]
18 name = "go.uber.org/atomic"
19 version = "^1"
20
21[[constraint]]
22 name = "github.com/uber/jaeger-lib"
Girish Gowdra390f12f2021-07-01 15:53:49 -070023 version = "^2.3"
Girish Gowdra5d7d6442020-09-08 17:03:11 -070024
25[[constraint]]
26 name = "go.uber.org/zap"
27 version = "^1"
28
29[prune]
30 go-tests = true
31 unused-packages = true