File tree Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Expand file tree Collapse file tree 5 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"github.com/aws/aws-sdk-go-v2/service/autoscaling"
15
15
"github.com/aws/aws-sdk-go-v2/service/ec2"
16
16
"github.com/aws/aws-sdk-go-v2/service/ec2/types"
17
- yaml "gopkg.in/yaml.v2 "
17
+ yaml "gopkg.in/yaml.v3 "
18
18
)
19
19
20
20
// AWSClient allows you to get the list of IP addresses of instances of an Auto Scaling group. It implements the CloudProvider interface.
Original file line number Diff line number Diff line change 8
8
"github.com/Azure/azure-sdk-for-go/profiles/latest/compute/mgmt/compute"
9
9
"github.com/Azure/azure-sdk-for-go/profiles/latest/network/mgmt/network"
10
10
"github.com/Azure/go-autorest/autorest/azure/auth"
11
- yaml "gopkg.in/yaml.v2 "
11
+ yaml "gopkg.in/yaml.v3 "
12
12
)
13
13
14
14
// AzureClient allows you to get the list of IP addresses of VirtualMachines of a VirtualMachine Scale Set. It implements the CloudProvider interface.
Original file line number Diff line number Diff line change 5
5
"fmt"
6
6
"time"
7
7
8
- yaml "gopkg.in/yaml.v2 "
8
+ yaml "gopkg.in/yaml.v3 "
9
9
)
10
10
11
11
// commonConfig stores the configuration parameters common to all providers.
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ require (
11
11
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.43.4
12
12
github.com/aws/aws-sdk-go-v2/service/ec2 v1.175.1
13
13
github.com/nginxinc/nginx-plus-go-client v1.3.0
14
- gopkg.in/yaml.v2 v2.4.0
14
+ gopkg.in/yaml.v3 v3.0.1
15
15
)
16
16
17
17
require (
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ golang.org/x/tools v0.6.0/go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU=
120
120
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
121
121
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
122
122
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
123
+ gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10 =
123
124
gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
124
- gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
125
- gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
125
+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
126
+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
You can’t perform that action at this time.
0 commit comments