Skip to content

Commit f21aa68

Browse files
Bump gopkg.in/yaml.v3 in /test/src
Bumps gopkg.in/yaml.v3 from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0. --- updated-dependencies: - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a43601d commit f21aa68

File tree

2 files changed

+3
-271
lines changed

2 files changed

+3
-271
lines changed

test/src/go.mod

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ module github.com/cloudposse/terraform-example-module
33
go 1.13
44

55
require (
6-
github.com/gruntwork-io/gruntwork-cli v0.5.1 // indirect
76
github.com/gruntwork-io/terratest v0.32.16
87
github.com/stretchr/testify v1.6.1
98
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
109
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
1110
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
12-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
13-
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
11+
gopkg.in/yaml.v3 v3.0.0 // indirect
1412
)

0 commit comments

Comments
 (0)