Skip to content

Commit 1a808a2

Browse files
committed
fixup: move to aws-sdk-go instead of v2
1 parent c9ca86c commit 1a808a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ingress/config_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package ingress
22

33
import (
4-
"github.com/aws/aws-sdk-go-v2/aws"
4+
"github.com/aws/aws-sdk-go/aws"
55
"github.com/aws/aws-sdk-go/service/elbv2"
66
"github.com/pkg/errors"
77
"k8s.io/apimachinery/pkg/util/intstr"

0 commit comments

Comments
 (0)