Skip to content

Commit

Permalink
gx: import opentracing via gx path
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: ForrestWeston <forrest@protocol.ai>
  • Loading branch information
frrist committed Jan 4, 2018
1 parent b8bdb20 commit 256b50b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/loader/initializer.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package loader
import (
"github.com/ipfs/go-ipfs/core/coredag"
"github.com/ipfs/go-ipfs/plugin"
"github.com/opentracing/opentracing-go"
"gx/ipfs/QmWLWmRVSiagqP15jczsGME1qpob6HDbtbHAY2he9W5iUo/opentracing-go"

format "gx/ipfs/QmNwUEK7QbwSqyKBu3mMtToo8SUc6wQJ7gdZq4gGGJqfnf/go-ipld-format"
)
Expand Down
2 changes: 1 addition & 1 deletion plugin/tracer.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package plugin

import (
"github.com/opentracing/opentracing-go"
"gx/ipfs/QmWLWmRVSiagqP15jczsGME1qpob6HDbtbHAY2he9W5iUo/opentracing-go"
)

// PluginTracer is an interface that can be implemented to add a tracer
Expand Down

0 comments on commit 256b50b

Please sign in to comment.