blob: 1fed7f8146a3f19f341d780f401fce2df2e9def7 [file] [log] [blame]
Rohan Agrawalc32d9932020-06-15 11:01:47 +00001[[constraint]]
2 name = "github.com/crossdock/crossdock-go"
3 branch = "master"
4
5[[constraint]]
6 name = "github.com/opentracing/opentracing-go"
7 version = "^1.1"
8
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"
23 version = "^2.2"
24
25[[constraint]]
26 name = "go.uber.org/zap"
27 version = "^1"
28
29[prune]
30 go-tests = true
31 unused-packages = true