Skip to content

Commit

Permalink
Bump github.com/Azure/terraform-module-test-helper in /test (#33)
Browse files Browse the repository at this point in the history
Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.13.0 to 0.14.0.
- [Commits](Azure/terraform-module-test-helper@v0.13.0...v0.14.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/terraform-module-test-helper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 6, 2023
1 parent ed28688 commit 259f72e
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/Azure/terraform-azurerm-database
go 1.20

require (
github.com/Azure/terraform-module-test-helper v0.13.0
github.com/Azure/terraform-module-test-helper v0.14.0
github.com/denisenkom/go-mssqldb v0.12.3
github.com/gruntwork-io/terratest v0.41.24
github.com/stretchr/testify v1.8.2
github.com/gruntwork-io/terratest v0.42.0
github.com/stretchr/testify v1.8.3
)

require (
Expand Down Expand Up @@ -72,6 +72,7 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/spf13/afero v1.9.5 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/thanhpk/randstr v1.0.6 // indirect
github.com/tmccombs/hcl2json v0.3.3 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/urfave/cli v1.22.2 // indirect
Expand All @@ -81,10 +82,10 @@ require (
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.1.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/oauth2 v0.7.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/term v0.7.0 // indirect
golang.org/x/net v0.10.0 // indirect
golang.org/x/oauth2 v0.8.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/term v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
Expand Down

0 comments on commit 259f72e

Please sign in to comment.