Skip to content

Commit 1973898

Browse files
authored
fix(deps): update module gopkg.in/yaml.v2 to v3 (#701)
1 parent e4ae4b2 commit 1973898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

anthos-bm-gcp-terraform/test/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/gruntwork-io/terratest v0.47.0
99
github.com/icrowley/fake v0.0.0-20221112152111-d7b7e2276db2
1010
github.com/stretchr/testify v1.8.4
11-
gopkg.in/yaml.v2 v2.4.0
11+
gopkg.in/yaml.v3 v3.0.1
1212
)
1313

1414
require (
@@ -100,7 +100,7 @@ require (
100100
google.golang.org/grpc v1.56.3 // indirect
101101
google.golang.org/protobuf v1.33.0 // indirect
102102
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
104104
k8s.io/api v0.28.4 // indirect
105105
k8s.io/apimachinery v0.28.4 // indirect
106106
k8s.io/client-go v0.28.4 // indirect

anthos-bm-gcp-terraform/test/validation/main_test_validation.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626

2727
"github.com/GoogleCloudPlatform/anthos-samples/anthos-bm-gcp-terraform/util"
2828
"github.com/stretchr/testify/assert"
29-
"gopkg.in/yaml.v2"
29+
"gopkg.in/yaml.v3"
3030
)
3131

3232
// ValidateRootResources validates the terraform resources in the root module of

0 commit comments

Comments
 (0)