Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Shestopalova <oshestopalova@hubspot.com>
  • Loading branch information
Olga Shestopalova committed Oct 10, 2023
1 parent c6aba00 commit 2cf25f8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/vttablet/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ package vttablet

import (
"github.com/spf13/pflag"

"vitess.io/vitess/go/vt/servenv"
)

Expand Down
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletmanager/rpc_vreplication_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ import (
"runtime/debug"
"strings"
"testing"

"vitess.io/vitess/go/vt/vttablet"

"github.com/stretchr/testify/require"
Expand Down
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletmanager/vreplication/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
"strings"
"sync/atomic"
"time"

"vitess.io/vitess/go/vt/vttablet"

"google.golang.org/protobuf/encoding/prototext"
Expand Down
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletserver/vstreamer/rowstreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"fmt"
"sync"
"time"

"vitess.io/vitess/go/vt/vttablet"

"vitess.io/vitess/go/mysql/collations"
Expand Down
1 change: 1 addition & 0 deletions go/vt/vttablet/tabletserver/vstreamer/tablestreamer.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"fmt"
"strings"
"sync/atomic"

"vitess.io/vitess/go/vt/vttablet"

"vitess.io/vitess/go/sqlescape"
Expand Down

0 comments on commit 2cf25f8

Please sign in to comment.