Reorganization of VANADIUM_ROOT relative paths.
diff --git a/lib/netstate/netstate_test.go b/lib/netstate/netstate_test.go
index 8863b44..71d3596 100644
--- a/lib/netstate/netstate_test.go
+++ b/lib/netstate/netstate_test.go
@@ -5,10 +5,10 @@
 	"reflect"
 	"testing"
 
-	"v.io/veyron/veyron2/ipc"
+	"v.io/core/veyron2/ipc"
 
-	"v.io/veyron/veyron/lib/netconfig"
-	"v.io/veyron/veyron/lib/netstate"
+	"v.io/core/veyron/lib/netconfig"
+	"v.io/core/veyron/lib/netstate"
 )
 
 func TestGet(t *testing.T) {