Skip to content

Commit

Permalink
Fix goimport linting again πŸ˜…
Browse files Browse the repository at this point in the history
For some reason, it was green on the golang format PR from matt's bot,
which is something I don't understand πŸ˜“. Anyway, this fixes it.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Feb 6, 2020
1 parent 98ab5f2 commit 38203ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cmd/creds-init/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ package main
import (
"flag"

"go.uber.org/zap"

"github.com/tektoncd/pipeline/pkg/credentials"
"github.com/tektoncd/pipeline/pkg/credentials/dockercreds"
"github.com/tektoncd/pipeline/pkg/credentials/gitcreds"
"go.uber.org/zap"
)

func main() {
Expand Down
3 changes: 1 addition & 2 deletions cmd/git-init/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ package main
import (
"flag"

"go.uber.org/zap"

v1alpha1 "github.com/tektoncd/pipeline/pkg/apis/pipeline/v1alpha1"
"github.com/tektoncd/pipeline/pkg/git"
"github.com/tektoncd/pipeline/pkg/termination"
"go.uber.org/zap"
)

var (
Expand Down
3 changes: 1 addition & 2 deletions pkg/entrypoint/entrypointer.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ import (
"path/filepath"
"time"

"go.uber.org/zap"

"github.com/tektoncd/pipeline/pkg/apis/pipeline"
"github.com/tektoncd/pipeline/pkg/apis/pipeline/v1alpha1"
"github.com/tektoncd/pipeline/pkg/termination"
"go.uber.org/zap"
)

// Entrypointer holds fields for running commands with redirected
Expand Down

0 comments on commit 38203ea

Please sign in to comment.