Skip to content

Commit

Permalink
Merge pull request #34 from wangkirin/fix_go_get
Browse files Browse the repository at this point in the history
fix go get errors
  • Loading branch information
tianxiaoliang committed Jan 29, 2018
2 parents f9bd879 + 69dbdb1 commit fdc615c
Show file tree
Hide file tree
Showing 6 changed files with 424 additions and 408 deletions.
2 changes: 1 addition & 1 deletion core/handler/tracing_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
"github.com/emicklei/go-restful"
"github.com/opentracing/opentracing-go"
"github.com/opentracing/opentracing-go/ext"
"github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore"
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore"
)

// TracingProviderHandler tracing provider handler
Expand Down
2 changes: 1 addition & 1 deletion core/handler/tracing_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
//"github.com/emicklei/go-restful"
"github.com/opentracing/opentracing-go"
zipkin "github.com/openzipkin/zipkin-go-opentracing"
"github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore"
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion core/tracing/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/apache/thrift/lib/go/thrift"
zipkin "github.com/openzipkin/zipkin-go-opentracing"
"github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore"
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore"
)

// constant for tracing zipkin and pipe collectors
Expand Down
2 changes: 1 addition & 1 deletion core/tracing/collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/ServiceComb/go-chassis/core/tracing"
"github.com/apache/thrift/lib/go/thrift"
zipkin "github.com/openzipkin/zipkin-go-opentracing"
"github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore"
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion core/tracing/namedpipe_collector_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

"github.com/ServiceComb/go-chassis/core/lager"
"github.com/ServiceComb/go-chassis/core/tracing"
"github.com/openzipkin/zipkin-go-opentracing/_thrift/gen-go/zipkincore"
"github.com/openzipkin/zipkin-go-opentracing/thrift/gen-go/zipkincore"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit fdc615c

Please sign in to comment.