Skip to content

Commit

Permalink
Merge pull request #14 from ipfs/fix/tracing-deps
Browse files Browse the repository at this point in the history
fix tracing deps
  • Loading branch information
whyrusleeping authored Jan 4, 2018
2 parents e0fe369 + 9c35520 commit 306037a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions log.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import (
"fmt"
"time"

opentrace "github.com/frrist/opentracing-go"
otExt "github.com/frrist/opentracing-go/ext"
otl "github.com/frrist/opentracing-go/log"
opentrace "github.com/opentracing/opentracing-go"
otExt "github.com/opentracing/opentracing-go/ext"
otl "github.com/opentracing/opentracing-go/log"
)

// StandardLogger provides API compatibility with standard printf loggers
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
{
"author": "forrestweston",
"hash": "QmXM3wtxSX3LsG41UXantdt6X88jMaRL5CouKnxCNiEHpM",
"hash": "QmWLWmRVSiagqP15jczsGME1qpob6HDbtbHAY2he9W5iUo",
"name": "opentracing-go",
"version": "0.0.2"
"version": "0.0.3"
}
],
"gxVersion": "0.7.0",
Expand Down

0 comments on commit 306037a

Please sign in to comment.