diff --git a/go/vt/throttler/throttler.go b/go/vt/throttler/throttler.go index abc6d760729..fbd3ac8a657 100644 --- a/go/vt/throttler/throttler.go +++ b/go/vt/throttler/throttler.go @@ -32,6 +32,7 @@ import ( "math" "sync" "time" + "vitess.io/vitess/go/vt/proto/topodata" "vitess.io/vitess/go/vt/discovery"