diff --git a/go/textutil/strings_test.go b/go/textutil/strings_test.go index deb3a2a4e10..2b43166831c 100644 --- a/go/textutil/strings_test.go +++ b/go/textutil/strings_test.go @@ -20,6 +20,7 @@ import ( "testing" "github.com/stretchr/testify/assert" + binlogdatapb "vitess.io/vitess/go/vt/proto/binlogdata" topodatapb "vitess.io/vitess/go/vt/proto/topodata" )