Skip to content

Commit b203abf

Browse files
committed
chore(tool/create-resource): fix import paths
1 parent 3cfc6e9 commit b203abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/create-resource/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import (
2020
"github.com/aws/aws-sdk-go/service/{{.Service}}"
2121
2222
"github.com/ekristen/libnuke/pkg/resource"
23-
"github.com/ekristen/libnuke/pkg/registry"
23+
"github.com/ekristen/libnuke/pkg/registry"
2424
"github.com/ekristen/libnuke/pkg/types"
2525
26-
"github.com/ekristen/aws-nuke/pkg/nuke"
26+
"github.com/ekristen/aws-nuke/v3/pkg/nuke"
2727
)
2828
2929
const {{.Combined}}Resource = "{{.Combined}}"

0 commit comments

Comments
 (0)