blob: 3aa307a904cdc4fc046fad1ddff12be4b7057f90 [file] [log] [blame]
Girish Kumar46d7c3a2020-05-18 12:06:33 +00001[[constraint]]
2 name = "github.com/crossdock/crossdock-go"
3 branch = "master"
4
5[[constraint]]
6 name = "github.com/opentracing/opentracing-go"
khenaidoo26721882021-08-11 17:42:52 -04007 version = "^1.2"
Girish Kumar46d7c3a2020-05-18 12:06:33 +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"
khenaidoo26721882021-08-11 17:42:52 -040023 version = "^2.3"
Girish Kumar46d7c3a2020-05-18 12:06:33 +000024
25[[constraint]]
26 name = "go.uber.org/zap"
27 version = "^1"
28
29[prune]
30 go-tests = true
31 unused-packages = true