some manual fixes

This commit is contained in:
Mike Danese
2019-12-17 00:01:53 -08:00
parent 9443a38144
commit 2637772298
18 changed files with 71 additions and 66 deletions

View File

@@ -17,6 +17,7 @@ limitations under the License.
package pluginwatcher
import (
"context"
"errors"
"fmt"
"net"
@@ -24,7 +25,6 @@ import (
"sync"
"time"
"golang.org/x/net/context"
"google.golang.org/grpc"
"k8s.io/klog"