Skip to content

Commit

Permalink
refactor: move ui to internal
Browse files Browse the repository at this point in the history
  • Loading branch information
dhth committed May 28, 2024
1 parent 24c6246 commit 96e98b0
Show file tree
Hide file tree
Showing 15 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"regexp"
"strings"

"github.com/dhth/outtasync/ui"
"github.com/dhth/outtasync/internal/ui"
"gopkg.in/yaml.v3"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"flag"

"github.com/aws/aws-sdk-go-v2/service/cloudformation"
"github.com/dhth/outtasync/ui"
"github.com/dhth/outtasync/internal/ui"
)

func die(msg string, args ...any) {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 96e98b0

Please sign in to comment.