File tree 2 files changed +3
-3
lines changed
anthos-bm-gcp-terraform/test
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/gruntwork-io/terratest v0.47.0
9
9
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2
10
10
github.com/stretchr/testify v1.8.4
11
- gopkg.in/yaml.v2 v2.4.0
11
+ gopkg.in/yaml.v3 v3.0.1
12
12
)
13
13
14
14
require (
@@ -100,7 +100,7 @@ require (
100
100
google.golang.org/grpc v1.56.3 // indirect
101
101
google.golang.org/protobuf v1.33.0 // indirect
102
102
gopkg.in/inf.v0 v0.9.1 // indirect
103
- gopkg.in/yaml.v3 v3.0.1 // indirect
103
+ gopkg.in/yaml.v2 v2.4.0 // indirect
104
104
k8s.io/api v0.28.4 // indirect
105
105
k8s.io/apimachinery v0.28.4 // indirect
106
106
k8s.io/client-go v0.28.4 // indirect
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import (
26
26
27
27
"github.com/GoogleCloudPlatform/anthos-samples/anthos-bm-gcp-terraform/util"
28
28
"github.com/stretchr/testify/assert"
29
- "gopkg.in/yaml.v2 "
29
+ "gopkg.in/yaml.v3 "
30
30
)
31
31
32
32
// ValidateRootResources validates the terraform resources in the root module of
You can’t perform that action at this time.
0 commit comments