apps: moving vlog from release.go.v23 to release.go.x.lib
MultiPart: 3/9
Change-Id: Ie5a7a536ca5190136b7f44fea1bdd8b3cbcdd9c2
diff --git a/rps/common/common.go b/rps/common/common.go
index 7213f7f..4ab7bb4 100644
--- a/rps/common/common.go
+++ b/rps/common/common.go
@@ -15,7 +15,7 @@
"v.io/v23"
"v.io/v23/context"
"v.io/v23/naming"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
// CreateName creates a name using the username and hostname.
diff --git a/rps/rpsbot/impl.go b/rps/rpsbot/impl.go
index 55d02a0..1942094 100644
--- a/rps/rpsbot/impl.go
+++ b/rps/rpsbot/impl.go
@@ -6,8 +6,8 @@
"v.io/apps/rps"
"v.io/v23/context"
"v.io/v23/ipc"
- "v.io/v23/vlog"
"v.io/v23/vtrace"
+ "v.io/x/lib/vlog"
)
// RPS implements rps.RockPaperScissorsServerMethods
diff --git a/rps/rpsbot/impl_test.go b/rps/rpsbot/impl_test.go
index 4493a23..e80fe67 100644
--- a/rps/rpsbot/impl_test.go
+++ b/rps/rpsbot/impl_test.go
@@ -22,7 +22,7 @@
"v.io/v23/ipc"
"v.io/v23/naming"
"v.io/v23/options"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
var spec = ipc.ListenSpec{Addrs: ipc.ListenAddrs{{"tcp", "127.0.0.1:0"}}}
diff --git a/rps/rpsbot/judge.go b/rps/rpsbot/judge.go
index 0a4aa91..c7240dd 100644
--- a/rps/rpsbot/judge.go
+++ b/rps/rpsbot/judge.go
@@ -12,7 +12,7 @@
"v.io/core/veyron/lib/stats"
"v.io/core/veyron/lib/stats/counter"
"v.io/v23/context"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
var (
diff --git a/rps/rpsbot/main.go b/rps/rpsbot/main.go
index 4795e0e..56b7c8e 100644
--- a/rps/rpsbot/main.go
+++ b/rps/rpsbot/main.go
@@ -14,7 +14,7 @@
"v.io/v23"
"v.io/v23/context"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
"v.io/core/veyron/lib/signals"
_ "v.io/core/veyron/profiles/roaming"
diff --git a/rps/rpsbot/player.go b/rps/rpsbot/player.go
index 6d14834..1181d25 100644
--- a/rps/rpsbot/player.go
+++ b/rps/rpsbot/player.go
@@ -9,7 +9,7 @@
"v.io/core/veyron/lib/stats"
"v.io/core/veyron/lib/stats/counter"
"v.io/v23/context"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
type Player struct {
diff --git a/rps/rpsbot/scorekeeper.go b/rps/rpsbot/scorekeeper.go
index 85c8df5..6fad0aa 100644
--- a/rps/rpsbot/scorekeeper.go
+++ b/rps/rpsbot/scorekeeper.go
@@ -6,7 +6,7 @@
"v.io/core/veyron/lib/stats"
"v.io/core/veyron/lib/stats/counter"
"v.io/v23/ipc"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
type ScoreKeeper struct {
diff --git a/rps/rpsplayer/main.go b/rps/rpsplayer/main.go
index 436b0db..2bba584 100644
--- a/rps/rpsplayer/main.go
+++ b/rps/rpsplayer/main.go
@@ -15,8 +15,8 @@
"v.io/v23/context"
"v.io/v23/ipc"
"v.io/v23/naming"
- "v.io/v23/vlog"
"v.io/v23/vtrace"
+ "v.io/x/lib/vlog"
_ "v.io/core/veyron/profiles/roaming"
sflag "v.io/core/veyron/security/flag"
diff --git a/rps/rpsscorekeeper/main.go b/rps/rpsscorekeeper/main.go
index cca4385..4533eb5 100644
--- a/rps/rpsscorekeeper/main.go
+++ b/rps/rpsscorekeeper/main.go
@@ -10,7 +10,7 @@
"v.io/v23"
"v.io/v23/ipc"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
_ "v.io/core/veyron/profiles/roaming"
sflag "v.io/core/veyron/security/flag"
diff --git a/tunnel/tunneld/impl.go b/tunnel/tunneld/impl.go
index 3a2f4c6..96dda4e 100644
--- a/tunnel/tunneld/impl.go
+++ b/tunnel/tunneld/impl.go
@@ -14,7 +14,7 @@
"v.io/apps/tunnel"
"v.io/apps/tunnel/tunnelutil"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
// T implements tunnel.TunnelServerMethods
diff --git a/tunnel/tunneld/iomanager.go b/tunnel/tunneld/iomanager.go
index afa9531..9f12ce2 100644
--- a/tunnel/tunneld/iomanager.go
+++ b/tunnel/tunneld/iomanager.go
@@ -6,7 +6,7 @@
"sync"
"v.io/apps/tunnel"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
func runIOManager(stdin io.WriteCloser, stdout, stderr io.Reader, ptyFd uintptr, stream tunnel.TunnelShellServerStream) <-chan error {
diff --git a/tunnel/tunneld/main.go b/tunnel/tunneld/main.go
index 082149f..4e5b199 100644
--- a/tunnel/tunneld/main.go
+++ b/tunnel/tunneld/main.go
@@ -9,7 +9,7 @@
"strings"
"v.io/v23"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
"v.io/core/veyron/lib/signals"
_ "v.io/core/veyron/profiles/roaming"
diff --git a/tunnel/tunnelutil/terminal.go b/tunnel/tunnelutil/terminal.go
index 0a997fc..92f178f 100644
--- a/tunnel/tunnelutil/terminal.go
+++ b/tunnel/tunnelutil/terminal.go
@@ -9,7 +9,7 @@
"syscall"
"unsafe"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
// Used with ioctl TIOCGWINSZ and TIOCSWINSZ.
diff --git a/tunnel/vsh/iomanager.go b/tunnel/vsh/iomanager.go
index 059b5a9..9effbd9 100644
--- a/tunnel/vsh/iomanager.go
+++ b/tunnel/vsh/iomanager.go
@@ -10,7 +10,7 @@
"v.io/apps/tunnel"
"v.io/apps/tunnel/tunnelutil"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
)
func runIOManager(stdin io.Reader, stdout, stderr io.Writer, stream tunnel.TunnelShellCall) error {
diff --git a/tunnel/vsh/main.go b/tunnel/vsh/main.go
index 613c987..a66ea11 100644
--- a/tunnel/vsh/main.go
+++ b/tunnel/vsh/main.go
@@ -13,7 +13,7 @@
"v.io/v23"
"v.io/v23/context"
- "v.io/v23/vlog"
+ "v.io/x/lib/vlog"
_ "v.io/core/veyron/profiles"