diff --git a/go/vt/discovery/tablets_cache_status.go b/go/vt/discovery/tablets_cache_status.go index 46d2fd4ba4d..60e2c65fee9 100644 --- a/go/vt/discovery/tablets_cache_status.go +++ b/go/vt/discovery/tablets_cache_status.go @@ -6,7 +6,7 @@ import ( "sort" "strings" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" querypb "vitess.io/vitess/go/vt/proto/query" topodatapb "vitess.io/vitess/go/vt/proto/topodata" diff --git a/go/vt/vtgate/scatter_conn.go b/go/vt/vtgate/scatter_conn.go index e39e587b11d..5e7387b6818 100644 --- a/go/vt/vtgate/scatter_conn.go +++ b/go/vt/vtgate/scatter_conn.go @@ -24,7 +24,7 @@ import ( "vitess.io/vitess/go/mysql" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" topodatapb "vitess.io/vitess/go/vt/proto/topodata" diff --git a/go/vt/vttablet/tabletserver/health_streamer.go b/go/vt/vttablet/tabletserver/health_streamer.go index 86200ea7518..85393c76ad2 100644 --- a/go/vt/vttablet/tabletserver/health_streamer.go +++ b/go/vt/vttablet/tabletserver/health_streamer.go @@ -22,7 +22,7 @@ import ( "sync" "time" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "golang.org/x/net/context" "vitess.io/vitess/go/history" querypb "vitess.io/vitess/go/vt/proto/query" diff --git a/go/vt/vttablet/tabletserver/schema/historian.go b/go/vt/vttablet/tabletserver/schema/historian.go index ad1186b8cda..0ca5c4efa14 100644 --- a/go/vt/vttablet/tabletserver/schema/historian.go +++ b/go/vt/vttablet/tabletserver/schema/historian.go @@ -22,7 +22,7 @@ import ( "sort" "sync" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "vitess.io/vitess/go/mysql" "vitess.io/vitess/go/sqltypes" "vitess.io/vitess/go/vt/log" diff --git a/go/vt/vttablet/tabletserver/schema/historian_test.go b/go/vt/vttablet/tabletserver/schema/historian_test.go index 643b5397a8f..40268fd6282 100644 --- a/go/vt/vttablet/tabletserver/schema/historian_test.go +++ b/go/vt/vttablet/tabletserver/schema/historian_test.go @@ -20,7 +20,7 @@ import ( "fmt" "testing" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "github.com/stretchr/testify/require" "vitess.io/vitess/go/sqltypes" binlogdatapb "vitess.io/vitess/go/vt/proto/binlogdata" diff --git a/go/vt/vttablet/tabletserver/schema/tracker.go b/go/vt/vttablet/tabletserver/schema/tracker.go index ba473d93a1c..32fdd801e58 100644 --- a/go/vt/vttablet/tabletserver/schema/tracker.go +++ b/go/vt/vttablet/tabletserver/schema/tracker.go @@ -27,7 +27,7 @@ import ( "vitess.io/vitess/go/vt/sqlparser" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "vitess.io/vitess/go/sqltypes" "vitess.io/vitess/go/vt/log" binlogdatapb "vitess.io/vitess/go/vt/proto/binlogdata" diff --git a/go/vt/vttablet/tabletserver/vstreamer/vstreamer_test.go b/go/vt/vttablet/tabletserver/vstreamer/vstreamer_test.go index 72082fd3513..4e85193473b 100644 --- a/go/vt/vttablet/tabletserver/vstreamer/vstreamer_test.go +++ b/go/vt/vttablet/tabletserver/vstreamer/vstreamer_test.go @@ -31,7 +31,7 @@ import ( "vitess.io/vitess/go/vt/log" "vitess.io/vitess/go/vt/sqlparser" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "vitess.io/vitess/go/mysql" diff --git a/go/vt/wrangler/materializer.go b/go/vt/wrangler/materializer.go index 67f4476adbb..57d12feaf3d 100644 --- a/go/vt/wrangler/materializer.go +++ b/go/vt/wrangler/materializer.go @@ -26,7 +26,7 @@ import ( "vitess.io/vitess/go/vt/mysqlctl/tmutils" "vitess.io/vitess/go/vt/vtgate/evalengine" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "golang.org/x/net/context" "vitess.io/vitess/go/json2" diff --git a/go/vt/wrangler/materializer_test.go b/go/vt/wrangler/materializer_test.go index 2b7f88f665d..6adb25b3e54 100644 --- a/go/vt/wrangler/materializer_test.go +++ b/go/vt/wrangler/materializer_test.go @@ -21,7 +21,7 @@ import ( "strings" "testing" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" "golang.org/x/net/context" diff --git a/go/vt/wrangler/vexec.go b/go/vt/wrangler/vexec.go index a2bbbdba919..9b87f0e009c 100644 --- a/go/vt/wrangler/vexec.go +++ b/go/vt/wrangler/vexec.go @@ -28,7 +28,7 @@ import ( "vitess.io/vitess/go/vt/log" - "github.com/gogo/protobuf/proto" + "github.com/golang/protobuf/proto" "github.com/olekukonko/tablewriter" "vitess.io/vitess/go/sqltypes" "vitess.io/vitess/go/vt/concurrency"