Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
make tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
twelho committed Jul 29, 2019
1 parent 259fe61 commit 6c6158f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/ignite/cmd/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package cmd

import (
"fmt"
"github.com/weaveworks/ignite/pkg/errutils"
"io"
"os"
"os/signal"
"sync"

"github.com/spf13/cobra"
"github.com/weaveworks/ignite/pkg/errutils"
"github.com/weaveworks/ignite/pkg/providers"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/sync/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package sync

import (
"fmt"
"github.com/weaveworks/ignite/pkg/util"

log "github.com/sirupsen/logrus"
meta "github.com/weaveworks/ignite/pkg/apis/meta/v1alpha1"
"github.com/weaveworks/ignite/pkg/client"
"github.com/weaveworks/ignite/pkg/storage"
"github.com/weaveworks/ignite/pkg/storage/watch"
"github.com/weaveworks/ignite/pkg/storage/watch/update"
"github.com/weaveworks/ignite/pkg/util"
"k8s.io/apimachinery/pkg/runtime/schema"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/watch/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package watch

import (
"fmt"
"github.com/weaveworks/ignite/pkg/util"
"io/ioutil"

log "github.com/sirupsen/logrus"
Expand All @@ -12,6 +11,7 @@ import (
"github.com/weaveworks/ignite/pkg/storage"
"github.com/weaveworks/ignite/pkg/storage/manifest/raw"
"github.com/weaveworks/ignite/pkg/storage/watch/update"
"github.com/weaveworks/ignite/pkg/util"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/runtime/schema"
"sigs.k8s.io/yaml"
Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/watch/watch.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package watch

import (
"github.com/weaveworks/ignite/pkg/util"
"os"
"path/filepath"

"github.com/rjeczalik/notify"
log "github.com/sirupsen/logrus"
"github.com/weaveworks/ignite/pkg/storage"
"github.com/weaveworks/ignite/pkg/storage/watch/update"
"github.com/weaveworks/ignite/pkg/util"
)

const eventBuffer = 4096 // How many events and updates we can buffer before watching is interrupted
Expand Down

0 comments on commit 6c6158f

Please sign in to comment.