Skip to content

Commit

Permalink
chore(deps): bump the go_modules group in /test/src with 2 updates
Browse files Browse the repository at this point in the history
Bumps the go_modules group in /test/src with 2 updates: [golang.org/x/crypto](https://github.com/golang/crypto) and gopkg.in/yaml.v3.


Updates `golang.org/x/crypto` from 0.0.0-20200820211705-5c72a883971a to 0.31.0
- [Commits](https://github.com/golang/crypto/commits/v0.31.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 11, 2024
1 parent 7e7e45f commit 2b31b19
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 283 deletions.
8 changes: 2 additions & 6 deletions test/src/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,8 @@ module github.com/cloudposse/terraform-example-module
go 1.13

require (
github.com/gruntwork-io/gruntwork-cli v0.5.1 // indirect
github.com/gruntwork-io/terratest v0.32.16
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a // indirect
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200828194041-157a740278f4 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
sigs.k8s.io/structured-merge-diff/v3 v3.0.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
)
Loading

0 comments on commit 2b31b19

Please sign in to comment.