Skip to content

Commit

Permalink
sort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
niqdev committed Sep 23, 2023
1 parent 348e9e8 commit e108b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/command/config/model.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package config

import (
"github.com/hckops/hckctl/pkg/util"
"net"
"strconv"

Expand All @@ -12,6 +11,7 @@ import (
"github.com/hckops/hckctl/pkg/logger"
"github.com/hckops/hckctl/pkg/schema"
taskModel "github.com/hckops/hckctl/pkg/task/model"
"github.com/hckops/hckctl/pkg/util"
)

// ConfigRef is a wrapper used to avoid global variables.
Expand Down
3 changes: 2 additions & 1 deletion pkg/task/model/task_test.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package model

import (
commonModel "github.com/hckops/hckctl/pkg/common/model"
"strings"
"testing"

"github.com/stretchr/testify/assert"

commonModel "github.com/hckops/hckctl/pkg/common/model"
)

func TestGenerateName(t *testing.T) {
Expand Down

0 comments on commit e108b72

Please sign in to comment.