Skip to content

Commit

Permalink
fix import paths
Browse files Browse the repository at this point in the history
  • Loading branch information
maorfr committed Mar 16, 2019
1 parent 5d29bd5 commit 3d8a7af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/skbn/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"path/filepath"
"strings"

"github.com/maorfr/skbn/pkg/skbn"
"github.com/maorfr/skbn/pkg/utils"

core_v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
Expand Down
2 changes: 1 addition & 1 deletion pkg/skbn/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"strconv"
"strings"

"github.com/maorfr/skbn/pkg/skbn"
"github.com/maorfr/skbn/pkg/utils"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
Expand Down
2 changes: 1 addition & 1 deletion pkg/skbn/skbn.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"math"
"path/filepath"

"github.com/maorfr/skbn/pkg/skbn"
"github.com/maorfr/skbn/pkg/utils"

"github.com/djherbis/buffer"
"gopkg.in/djherbis/nio.v2"
Expand Down

0 comments on commit 3d8a7af

Please sign in to comment.