Update import paths to include github
diff --git a/unpack.go b/unpack.go
index f513a30..37bc158 100644
--- a/unpack.go
+++ b/unpack.go
@@ -15,9 +15,9 @@
 package blueprint
 
 import (
-	"blueprint/parser"
-	"blueprint/proptools"
 	"fmt"
+	"github.com/google/blueprint/parser"
+	"github.com/google/blueprint/proptools"
 	"reflect"
 	"strings"
 )