File tree Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Expand file tree Collapse file tree 3 files changed +13
-15
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,14 @@ package example
113
113
import (
114
114
"context"
115
115
116
- "github.com/sirupsen/logrus"
117
-
118
116
"github.com/aws/aws-sdk-go-v2/aws"
119
117
"github.com/aws/aws-sdk-go-v2/service/s3"
120
118
121
- "github.com/ekristen/libnuke/pkg/settings"
119
+ "github.com/ekristen/libnuke/pkg/registry"
120
+ "github.com/ekristen/libnuke/pkg/resource"
121
+ "github.com/ekristen/libnuke/pkg/types"
122
122
123
- "github.com/ekristen/aws-nuke/pkg/types "
123
+ "github.com/ekristen/aws-nuke/v3/ pkg/nuke "
124
124
)
125
125
```
126
126
Original file line number Diff line number Diff line change @@ -111,16 +111,14 @@ use `go fmt` before committing any change.
111
111
package example
112
112
113
113
import (
114
- "context"
115
-
116
- "github.com/sirupsen/logrus"
117
-
118
114
"github.com/aws/aws-sdk-go-v2/aws"
119
115
"github.com/aws/aws-sdk-go-v2/service/s3"
120
-
121
- "github.com/ekristen/libnuke/pkg/settings"
122
-
123
- "github.com/ekristen/aws-nuke/pkg/types"
116
+
117
+ "github.com/ekristen/libnuke/pkg/registry"
118
+ "github.com/ekristen/libnuke/pkg/resource"
119
+ "github.com/ekristen/libnuke/pkg/types"
120
+
121
+ "github.com/ekristen/aws-nuke/v3/pkg/nuke"
124
122
)
125
123
```
126
124
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ import (
32
32
" github.com/ekristen/libnuke/pkg/resource"
33
33
" github.com/ekristen/libnuke/pkg/types"
34
34
35
- " github.com/ekristen/aws-nuke/pkg/nuke"
35
+ " github.com/ekristen/aws-nuke/v3/ pkg/nuke"
36
36
)
37
37
38
38
type ExampleResource struct {
@@ -71,7 +71,7 @@ import (
71
71
72
72
" github.com/ekristen/libnuke/pkg/resource"
73
73
74
- " github.com/ekristen/aws-nuke/pkg/nuke"
74
+ " github.com/ekristen/aws-nuke/v3/ pkg/nuke"
75
75
)
76
76
77
77
type ExampleResourceLister struct {}
@@ -98,7 +98,7 @@ import (
98
98
" github.com/ekristen/libnuke/pkg/resource"
99
99
" github.com/ekristen/libnuke/pkg/types"
100
100
101
- " github.com/ekristen/aws-nuke/pkg/nuke"
101
+ " github.com/ekristen/aws-nuke/v3/ pkg/nuke"
102
102
)
103
103
104
104
type ExampleResourceLister struct {}
You can’t perform that action at this time.
0 commit comments