File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ import (
2121 "fmt"
2222
2323 scwinstance "github.com/scaleway/scaleway-sdk-go/api/instance/v1"
24- scwipam "github.com/scaleway/scaleway-sdk-go/api/ipam/v1alpha1 "
24+ scwipam "github.com/scaleway/scaleway-sdk-go/api/ipam/v1 "
2525 "github.com/scaleway/scaleway-sdk-go/scw"
2626 v1 "k8s.io/api/core/v1"
2727 "k8s.io/apimachinery/pkg/types"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import (
3131 v1 "k8s.io/api/core/v1"
3232 "k8s.io/klog/v2"
3333
34- scwipam "github.com/scaleway/scaleway-sdk-go/api/ipam/v1alpha1 "
34+ scwipam "github.com/scaleway/scaleway-sdk-go/api/ipam/v1 "
3535 scwlb "github.com/scaleway/scaleway-sdk-go/api/lb/v1"
3636 scwvpc "github.com/scaleway/scaleway-sdk-go/api/vpc/v2"
3737 "github.com/scaleway/scaleway-sdk-go/scw"
You can’t perform that action at this time.
0 commit comments