Skip to content

Commit

Permalink
Merge pull request #10 from ipfs/fix/gocontext
Browse files Browse the repository at this point in the history
Use forked opentracing-go
  • Loading branch information
frrist authored Dec 21, 2017
2 parents 51d7446 + d9022ca commit b045518
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gx/lastpubver
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.1: QmWtgEzaDQH5MMTgfnzzJA9amdD2xWqaMZCULusk4jEmBW
1.3.2: QmeMFK13EDShD6L5dvrE9TEiuqtqRMBfxpgNkGxUYY4Vk5
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/opentracing/opentracing-go"
otExt "github.com/opentracing/opentracing-go/ext"
otl "github.com/opentracing/opentracing-go/log"
opentrace "github.com/frrist/opentracing-go"
otExt "github.com/frrist/opentracing-go/ext"
otl "github.com/frrist/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,7 +12,7 @@
},
{
"author": "forrestweston",
"hash": "QmYdApJEk7WcDz8mhbYrosKKbHxcP5thozoVe6fxaLwoXg",
"hash": "QmNzrrMTk2FKTAE66aVkbskzprpojeQaNJGid9xYVU3xAs",
"name": "opentracing-go",
"version": "0.0.0"
}
Expand All @@ -22,6 +22,6 @@
"language": "go",
"license": "",
"name": "go-log",
"version": "1.3.1"
"version": "1.3.2"
}

0 comments on commit b045518

Please sign in to comment.