Skip to content

Commit c01a3c1

Browse files
source.go: Make the new linters happy
1 parent a465549 commit c01a3c1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkg/cli/source.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ import (
2424
"github.com/chainguard-dev/clog"
2525
"github.com/spf13/cobra"
2626
"gopkg.in/yaml.v3"
27+
28+
"chainguard.dev/melange/pkg/config"
29+
"chainguard.dev/melange/pkg/source"
2730
)
2831

2932
func sourceCmd() *cobra.Command {

0 commit comments

Comments
 (0)