Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkg/cli/add_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"strings"
"testing"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/audit.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"strings"
"time"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/console"
"github.com/github/gh-aw/pkg/constants"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/logger"
"github.com/github/gh-aw/pkg/parser"
"github.com/github/gh-aw/pkg/timeutil"
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/audit_report_helpers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"testing"
"time"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/stringutil"
"github.com/github/gh-aw/pkg/testutil"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/compile_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"time"

"github.com/creack/pty"
"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/fileutil"
)

// Global binary path shared across all integration tests
Expand Down
71 changes: 0 additions & 71 deletions pkg/cli/fileutil/fileutil.go

This file was deleted.

237 changes: 0 additions & 237 deletions pkg/cli/fileutil/fileutil_test.go

This file was deleted.

2 changes: 1 addition & 1 deletion pkg/cli/logs_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (
"strconv"
"strings"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/console"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/logger"
"github.com/github/gh-aw/pkg/workflow"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/logs_download_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"strings"
"testing"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/testutil"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/logs_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ import (
"path/filepath"
"strings"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/console"
"github.com/github/gh-aw/pkg/constants"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/logger"
"github.com/github/gh-aw/pkg/workflow"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/logs_parsing_core.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import (
"path/filepath"
"strings"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/console"
"github.com/github/gh-aw/pkg/constants"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/logger"
"github.com/github/gh-aw/pkg/workflow"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/logs_parsing_firewall.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
"path/filepath"
"strings"

"github.com/github/gh-aw/pkg/cli/fileutil"
"github.com/github/gh-aw/pkg/console"
"github.com/github/gh-aw/pkg/fileutil"
"github.com/github/gh-aw/pkg/logger"
"github.com/github/gh-aw/pkg/workflow"
)
Expand Down
Loading
Loading