Skip to content

Commit

Permalink
Merge pull request #88 from ekristen/update-migrate-tool
Browse files Browse the repository at this point in the history
chore: fix migrate tool default imports
  • Loading branch information
ekristen authored Feb 23, 2024
2 parents 51ea591 + ee7d548 commit e21c1fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/migrate-resource/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ var funcTemplate = `func (l *{{.ResourceType}}Lister) List(_ context.Context, o
var imports = `import (
"context"
"github.com/ekristen/libnuke/pkg/registry"
"github.com/ekristen/libnuke/pkg/resource"
"github.com/ekristen/libnuke/pkg/registry"
"github.com/ekristen/libnuke/pkg/types"
"github.com/ekristen/aws-nuke/pkg/nuke"
`
Expand Down

0 comments on commit e21c1fe

Please sign in to comment.