Skip to content

Commit 7838bfb

Browse files
Bump the go_modules group across 1 directory with 2 updates
Bumps the go_modules group with 2 updates in the /test directory: [golang.org/x/crypto](https://github.com/golang/crypto) and gopkg.in/yaml.v3. Updates `golang.org/x/crypto` from 0.0.0-20201117144127-c1f2f97bffc9 to 0.17.0 - [Commits](https://github.com/golang/crypto/commits/v0.17.0) Updates `gopkg.in/yaml.v3` from 3.0.0-20200615113413-eeeca48fe776 to 3.0.0 --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect dependency-group: go_modules - dependency-name: gopkg.in/yaml.v3 dependency-type: indirect dependency-group: go_modules ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f935746 commit 7838bfb

2 files changed

Lines changed: 43 additions & 48 deletions

File tree

test/go.mod

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ go 1.15
44

55
require (
66
github.com/gruntwork-io/terratest v0.31.2
7-
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
87
github.com/stretchr/testify v1.6.1
9-
golang.org/dl v0.0.0-20200901180525-35ca1c5c19fb // indirect
10-
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9 // indirect
11-
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
12-
golang.org/x/sys v0.0.0-20201117170446-d9b008d0a637 // indirect
13-
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
14-
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
8+
golang.org/x/crypto v0.17.0 // indirect
9+
gopkg.in/yaml.v3 v3.0.0 // indirect
1510
)

0 commit comments

Comments
 (0)