TBR renaming v.io/core/veyron to v.io/x/ref
(and getting rid of unused shell scripts)
MultiPart: 5/13
Change-Id: I09d9df0f4dc7df3d5ca5588513be27b08fe1fd4a
diff --git a/runtimes/google/ipc/full_test.go b/runtimes/google/ipc/full_test.go
index de39fa7..a9c9702 100644
--- a/runtimes/google/ipc/full_test.go
+++ b/runtimes/google/ipc/full_test.go
@@ -15,7 +15,6 @@
"testing"
"time"
- "v.io/core/veyron/runtimes/google/ipc/stream"
"v.io/v23/context"
"v.io/v23/ipc"
"v.io/v23/naming"
@@ -28,19 +27,20 @@
"v.io/v23/verror"
"v.io/v23/vtrace"
"v.io/x/lib/vlog"
+ "v.io/x/ref/runtimes/google/ipc/stream"
- "v.io/core/veyron/lib/flags"
- "v.io/core/veyron/lib/netstate"
- "v.io/core/veyron/lib/stats"
- "v.io/core/veyron/lib/testutil"
- tsecurity "v.io/core/veyron/lib/testutil/security"
- _ "v.io/core/veyron/runtimes/google/ipc/protocols/tcp"
- imanager "v.io/core/veyron/runtimes/google/ipc/stream/manager"
- "v.io/core/veyron/runtimes/google/ipc/stream/vc"
- "v.io/core/veyron/runtimes/google/lib/publisher"
- inaming "v.io/core/veyron/runtimes/google/naming"
- tnaming "v.io/core/veyron/runtimes/google/testing/mocks/naming"
- ivtrace "v.io/core/veyron/runtimes/google/vtrace"
+ "v.io/x/ref/lib/flags"
+ "v.io/x/ref/lib/netstate"
+ "v.io/x/ref/lib/stats"
+ "v.io/x/ref/lib/testutil"
+ tsecurity "v.io/x/ref/lib/testutil/security"
+ _ "v.io/x/ref/runtimes/google/ipc/protocols/tcp"
+ imanager "v.io/x/ref/runtimes/google/ipc/stream/manager"
+ "v.io/x/ref/runtimes/google/ipc/stream/vc"
+ "v.io/x/ref/runtimes/google/lib/publisher"
+ inaming "v.io/x/ref/runtimes/google/naming"
+ tnaming "v.io/x/ref/runtimes/google/testing/mocks/naming"
+ ivtrace "v.io/x/ref/runtimes/google/vtrace"
)
//go:generate v23 test generate