Codebase list golang-github-go-kit-kit / 0fde115
fixed import path of appdash to official one Bas van Beek 7 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1111 "github.com/lightstep/lightstep-tracer-go"
1212 stdopentracing "github.com/opentracing/opentracing-go"
1313 zipkin "github.com/openzipkin/zipkin-go-opentracing"
14 appdashot "github.com/sourcegraph/appdash/opentracing"
1514 "golang.org/x/net/context"
1615 "google.golang.org/grpc"
1716 "sourcegraph.com/sourcegraph/appdash"
17 appdashot "sourcegraph.com/sourcegraph/appdash/opentracing"
1818
1919 "github.com/go-kit/kit/examples/addsvc"
2020 grpcclient "github.com/go-kit/kit/examples/addsvc/client/grpc"
1515 stdopentracing "github.com/opentracing/opentracing-go"
1616 zipkin "github.com/openzipkin/zipkin-go-opentracing"
1717 stdprometheus "github.com/prometheus/client_golang/prometheus"
18 appdashot "github.com/sourcegraph/appdash/opentracing"
1918 "golang.org/x/net/context"
2019 "google.golang.org/grpc"
2120 "sourcegraph.com/sourcegraph/appdash"
21 appdashot "sourcegraph.com/sourcegraph/appdash/opentracing"
2222
2323 "github.com/go-kit/kit/endpoint"
2424 "github.com/go-kit/kit/examples/addsvc"