-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (28 loc) · 1.16 KB
/
go.mod
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
module github.com/chvck/couchbase-jaeger-storage-plugin
go 1.12
require (
github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect
github.com/gogo/googleapis v1.2.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/hashicorp/go-hclog v0.9.0
github.com/hashicorp/go-plugin v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jaegertracing/jaeger v1.12.0
github.com/opentracing/opentracing-go v1.1.0
github.com/pkg/errors v0.8.1
github.com/spf13/cobra v0.0.3 // indirect
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/uber/jaeger-lib v2.0.0+incompatible // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.1.0 // indirect
go.uber.org/zap v1.10.0 // indirect
google.golang.org/grpc v1.20.1 // indirect
gopkg.in/couchbase/gocb.v1 v1.6.1
gopkg.in/couchbase/gocbcore.v7 v7.1.13 // indirect
gopkg.in/couchbaselabs/gocbconnstr.v1 v1.0.2 // indirect
gopkg.in/couchbaselabs/gojcbmock.v1 v1.0.3 // indirect
gopkg.in/couchbaselabs/jsonx.v1 v1.0.0 // indirect
)