Skip to content

Commit

Permalink
Merge pull request #7955 from rifelpet/fix-goimports
Browse files Browse the repository at this point in the history
Fix goimports errors
  • Loading branch information
k8s-ci-robot authored Nov 19, 2019
2 parents 64f3eaa + 3dc06af commit 1ac198e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/kops/rollingupdatecluster.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,13 @@ package main
import (
"fmt"
"io"
"k8s.io/kops/pkg/validation"
"os"
"strconv"
"strings"
"time"

"k8s.io/kops/pkg/validation"

"github.com/spf13/cobra"
v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
3 changes: 2 additions & 1 deletion pkg/instancegroups/rollingupdate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ package instancegroups

import (
"fmt"
"k8s.io/kops/pkg/validation"
"sync"
"time"

"k8s.io/kops/pkg/validation"

"k8s.io/client-go/kubernetes"
"k8s.io/klog"
api "k8s.io/kops/pkg/apis/kops"
Expand Down
3 changes: 2 additions & 1 deletion pkg/instancegroups/rollingupdate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ package instancegroups

import (
"errors"
"k8s.io/kops/pkg/validation"
"testing"
"time"

"k8s.io/kops/pkg/validation"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/autoscaling"

Expand Down

0 comments on commit 1ac198e

Please sign in to comment.