Skip to content

Commit

Permalink
update opentracing-go to fix imports
Browse files Browse the repository at this point in the history
The previous commit switched to a forked opentracing build but the forked
version still had imports pointing to the original version.

This commit updates the forked version of opentracing-go to one with fixed
imports.
  • Loading branch information
Stebalien committed Dec 28, 2017
1 parent b045518 commit d13f96f
Showing 1 changed file with 2 additions and 2 deletions.
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": "QmNzrrMTk2FKTAE66aVkbskzprpojeQaNJGid9xYVU3xAs",
"hash": "QmTK5zDUX4diGfA8ksDEdTcfwYZqGjLKBpFM8Ei1Niferw",
"name": "opentracing-go",
"version": "0.0.0"
"version": "0.0.1"
}
],
"gxVersion": "0.7.0",
Expand Down

0 comments on commit d13f96f

Please sign in to comment.