From d13f96fa7bbefa232768b4ab51f377e4e88136d6 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 27 Dec 2017 18:06:46 -0800 Subject: [PATCH] update opentracing-go to fix imports 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. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 32be14d06480..028d4cc03d02 100644 --- a/package.json +++ b/package.json @@ -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",