fixed bat interaction between jsonPointer and jsonReference resulting in
encoding errors
diff --git a/reference.go b/reference.go
index c694e3c..5d36657 100644
--- a/reference.go
+++ b/reference.go
@@ -27,7 +27,7 @@
 
 import (
 	"errors"
-	"github.com/sigu-399/gojsonpointer"
+	"gojsonpointer"
 	"net/url"
 	"strings"
 )