Skip to content

Commit 306037a

Browse files
Merge pull request #14 from ipfs/fix/tracing-deps
fix tracing deps
2 parents e0fe369 + 9c35520 commit 306037a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

log.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import (
99
"fmt"
1010
"time"
1111

12-
opentrace "github.com/frrist/opentracing-go"
13-
otExt "github.com/frrist/opentracing-go/ext"
14-
otl "github.com/frrist/opentracing-go/log"
12+
opentrace "github.com/opentracing/opentracing-go"
13+
otExt "github.com/opentracing/opentracing-go/ext"
14+
otl "github.com/opentracing/opentracing-go/log"
1515
)
1616

1717
// StandardLogger provides API compatibility with standard printf loggers

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
},
1313
{
1414
"author": "forrestweston",
15-
"hash": "QmXM3wtxSX3LsG41UXantdt6X88jMaRL5CouKnxCNiEHpM",
15+
"hash": "QmWLWmRVSiagqP15jczsGME1qpob6HDbtbHAY2he9W5iUo",
1616
"name": "opentracing-go",
17-
"version": "0.0.2"
17+
"version": "0.0.3"
1818
}
1919
],
2020
"gxVersion": "0.7.0",

0 commit comments

Comments
 (0)