Skip to content

Commit

Permalink
extract config from compose
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Mar 23, 2024
1 parent 723ccea commit a54d1a9
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmd/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

"github.com/pPrecel/PKUP/internal/logo"
"github.com/pPrecel/PKUP/pkg/compose"
"github.com/pPrecel/PKUP/pkg/compose/config"
"github.com/pPrecel/PKUP/pkg/config"
"github.com/pPrecel/PKUP/pkg/period"
"github.com/pPrecel/PKUP/pkg/report"
"github.com/pterm/pterm"
Expand Down
2 changes: 1 addition & 1 deletion cmd/gen.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/pPrecel/PKUP/internal/logo"
"github.com/pPrecel/PKUP/internal/token"
"github.com/pPrecel/PKUP/pkg/compose"
"github.com/pPrecel/PKUP/pkg/compose/config"
"github.com/pPrecel/PKUP/pkg/config"
"github.com/pPrecel/PKUP/pkg/period"
"github.com/pPrecel/PKUP/pkg/report"
"github.com/pterm/pterm"
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/automock/compose.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/compose/compose.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import (
"github.com/hashicorp/go-multierror"
"github.com/pPrecel/PKUP/internal/view"
"github.com/pPrecel/PKUP/pkg/artifacts"
"github.com/pPrecel/PKUP/pkg/compose/config"
"github.com/pPrecel/PKUP/pkg/compose/utils"
"github.com/pPrecel/PKUP/pkg/config"
"github.com/pPrecel/PKUP/pkg/github"
"github.com/pPrecel/PKUP/pkg/report"
"github.com/pterm/pterm"
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/utils/authors.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package utils
import (
"fmt"

"github.com/pPrecel/PKUP/pkg/compose/config"
"github.com/pPrecel/PKUP/pkg/config"
)

// use to get GitHub username
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/utils/clients.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"context"
"fmt"

"github.com/pPrecel/PKUP/pkg/compose/config"
"github.com/pPrecel/PKUP/pkg/config"
"github.com/pPrecel/PKUP/pkg/github"
"github.com/pterm/pterm"
)
Expand Down
2 changes: 1 addition & 1 deletion pkg/compose/utils/commits.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

"github.com/hashicorp/go-multierror"
"github.com/pPrecel/PKUP/pkg/compose/config"
"github.com/pPrecel/PKUP/pkg/config"
"github.com/pPrecel/PKUP/pkg/github"
"github.com/pterm/pterm"
)
Expand Down
File renamed without changes.

0 comments on commit a54d1a9

Please sign in to comment.