blob: 3aa307a904cdc4fc046fad1ddff12be4b7057f90 [file] [log] [blame]
Girish Kumare48ec8a2020-08-18 12:28:51 +00001[[constraint]]
2 name = "github.com/crossdock/crossdock-go"
3 branch = "master"
4
5[[constraint]]
6 name = "github.com/opentracing/opentracing-go"
David K. Bainbridgebd6b2882021-08-26 13:31:02 +00007 version = "^1.2"
Girish Kumare48ec8a2020-08-18 12:28:51 +00008
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"
David K. Bainbridgebd6b2882021-08-26 13:31:02 +000023 version = "^2.3"
Girish Kumare48ec8a2020-08-18 12:28:51 +000024
25[[constraint]]
26 name = "go.uber.org/zap"
27 version = "^1"
28
29[prune]
30 go-tests = true
31 unused-packages = true