TBR renaming party

MultiPart: 1/10
Change-Id: I9e13f5056ad91602af9041c036f1575946450f73
diff --git a/netstate.go b/netstate.go
index e13a62f..673168c 100644
--- a/netstate.go
+++ b/netstate.go
@@ -52,7 +52,7 @@
 	"net"
 	"strings"
 
-	"v.io/core/veyron2/ipc"
+	"v.io/v23/ipc"
 
 	"v.io/core/veyron/lib/netconfig"
 )
diff --git a/netstate_test.go b/netstate_test.go
index 71d3596..a774ec9 100644
--- a/netstate_test.go
+++ b/netstate_test.go
@@ -5,7 +5,7 @@
 	"reflect"
 	"testing"
 
-	"v.io/core/veyron2/ipc"
+	"v.io/v23/ipc"
 
 	"v.io/core/veyron/lib/netconfig"
 	"v.io/core/veyron/lib/netstate"
diff --git a/route.go b/route.go
index f430147..58515b9 100644
--- a/route.go
+++ b/route.go
@@ -5,7 +5,7 @@
 	"net"
 	"strings"
 
-	"v.io/core/veyron2/ipc"
+	"v.io/v23/ipc"
 
 	"v.io/core/veyron/lib/netconfig"
 )