Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Bump github.com/Azure/terraform-module-test-helper from 0.25.0 to 0.26.0 in /test #96

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions test/go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module github.com/Azure/terraform-azurerm-azureopenai

go 1.21.1

toolchain go1.21.2
toolchain go1.22.5

require (
github.com/Azure/terraform-module-test-helper v0.25.0
github.com/Azure/terraform-module-test-helper v0.26.0
github.com/gruntwork-io/terratest v0.47.1
)

Expand Down Expand Up @@ -50,7 +49,7 @@ require (
github.com/hashicorp/go-safetemp v1.0.0 // indirect
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/hcl/v2 v2.21.0 // indirect
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20211115214459-90acf1ca460f // indirect
github.com/hashicorp/terraform-json v0.22.1 // indirect
github.com/imdario/mergo v0.3.11 // indirect
Expand Down Expand Up @@ -89,9 +88,9 @@ require (
go.opencensus.io v0.24.0 // indirect
golang.org/x/crypto v0.21.0 // indirect
golang.org/x/exp v0.0.0-20221106115401-f9659909a136 // indirect
golang.org/x/mod v0.19.0 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.23.0 // indirect
golang.org/x/oauth2 v0.21.0 // indirect
golang.org/x/oauth2 v0.23.0 // indirect
golang.org/x/sync v0.5.0 // indirect
golang.org/x/sys v0.18.0 // indirect
golang.org/x/term v0.18.0 // indirect
Expand Down
Loading