module github.com/Q-assistant/common go 1.13 require ( github.com/Q-assistant/proto v0.0.54 github.com/codahale/hdrhistogram v0.0.0-20161010025455-3a0bb77429bd // indirect github.com/fatih/structs v1.1.0 github.com/golang/protobuf v1.3.2 github.com/google/uuid v1.1.1 github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 github.com/hashicorp/consul/api v1.1.0 github.com/hashicorp/go-cleanhttp v0.5.1 github.com/opentracing/opentracing-go v1.1.0 github.com/sirupsen/logrus v1.4.2 github.com/stretchr/testify v1.3.0 github.com/uber/jaeger-client-go v2.20.1+incompatible github.com/uber/jaeger-lib v2.2.0+incompatible // indirect go.uber.org/atomic v1.5.0 // indirect google.golang.org/grpc v1.24.0 )