Skip to content

Commit f81253c

Browse files
committed
release-prep: pin cross-module requires to v2.0.0-beta.1
Throwaway release-prep commit for the v2 lockstep tag push. Rewrites every submodule's cross-module /v2 require from the go.work dev placeholder to the real v2.0.0-beta.1 version. This intentionally breaks the go.work build until the tags exist; do not merge to main. Root go.mod and go.work are untouched (never published in v2). Tag this commit via .github/workflows/v2-release.yml.
1 parent 74bb0d6 commit f81253c

15 files changed

Lines changed: 36 additions & 36 deletions

File tree

modules/aws/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ require (
3030
github.com/go-sql-driver/mysql v1.8.1
3131
github.com/google/uuid v1.6.0
3232
github.com/gruntwork-io/go-commons v0.8.0
33-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
34-
github.com/gruntwork-io/terratest/modules/ssh/v2 v2.0.0-00010101000000-000000000000
33+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
34+
github.com/gruntwork-io/terratest/modules/ssh/v2 v2.0.0-beta.1
3535
github.com/hashicorp/go-multierror v1.1.1
3636
github.com/jackc/pgx/v5 v5.9.2
3737
github.com/pquerna/otp v1.4.0

modules/azure/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azcertificates v1.4.0
3333
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.4.0
3434
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azsecrets v1.4.0
35-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
35+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
3636
github.com/stretchr/testify v1.11.1
3737
)
3838

modules/database/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.26.0
44

55
require (
66
github.com/go-sql-driver/mysql v1.10.0
7-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
7+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
88
github.com/lib/pq v1.12.3
99
github.com/microsoft/go-mssqldb v1.10.0
1010
)

modules/dnshelper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gruntwork-io/terratest/modules/dnshelper/v2
33
go 1.26.0
44

55
require (
6-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
6+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
77
github.com/miekg/dns v1.1.62
88
github.com/stretchr/testify v1.11.1
99
)

modules/docker/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ module github.com/gruntwork-io/terratest/modules/docker/v2
33
go 1.26.0
44

55
require (
6-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
7-
github.com/gruntwork-io/terratest/modules/httphelper/v2 v2.0.0-00010101000000-000000000000
6+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
7+
github.com/gruntwork-io/terratest/modules/httphelper/v2 v2.0.0-beta.1
88
github.com/hashicorp/go-multierror v1.1.1
99
github.com/stretchr/testify v1.11.1
1010
gotest.tools/v3 v3.5.2

modules/gcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
cloud.google.com/go/pubsub/v2 v2.4.0
88
cloud.google.com/go/storage v1.62.1
99
github.com/google/go-containerregistry v0.20.2
10-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
10+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
1111
github.com/stretchr/testify v1.11.1
1212
golang.org/x/oauth2 v0.36.0
1313
google.golang.org/api v0.276.0

modules/helm/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ go 1.26.0
55
require (
66
github.com/gonvenience/ytbx v1.4.4
77
github.com/gruntwork-io/go-commons v0.8.0
8-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
9-
github.com/gruntwork-io/terratest/modules/httphelper/v2 v2.0.0-00010101000000-000000000000
10-
github.com/gruntwork-io/terratest/modules/k8s/v2 v2.0.0-00010101000000-000000000000
8+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
9+
github.com/gruntwork-io/terratest/modules/httphelper/v2 v2.0.0-beta.1
10+
github.com/gruntwork-io/terratest/modules/k8s/v2 v2.0.0-beta.1
1111
github.com/homeport/dyff v1.6.0
1212
github.com/stretchr/testify v1.11.1
1313
gopkg.in/yaml.v3 v3.0.1
@@ -74,8 +74,8 @@ require (
7474
github.com/google/gnostic-models v0.7.0 // indirect
7575
github.com/google/uuid v1.6.0 // indirect
7676
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
77-
github.com/gruntwork-io/terratest/modules/aws/v2 v2.0.0-00010101000000-000000000000 // indirect
78-
github.com/gruntwork-io/terratest/modules/ssh/v2 v2.0.0-00010101000000-000000000000 // indirect
77+
github.com/gruntwork-io/terratest/modules/aws/v2 v2.0.0-beta.1 // indirect
78+
github.com/gruntwork-io/terratest/modules/ssh/v2 v2.0.0-beta.1 // indirect
7979
github.com/hashicorp/errwrap v1.0.0 // indirect
8080
github.com/hashicorp/go-multierror v1.1.1 // indirect
8181
github.com/jackc/pgpassfile v1.0.0 // indirect

modules/httphelper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gruntwork-io/terratest/modules/httphelper/v2
33
go 1.26.0
44

55
require (
6-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
6+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
77
github.com/stretchr/testify v1.11.1
88
)
99

modules/k8s/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ go 1.26.0
44

55
require (
66
github.com/gruntwork-io/go-commons v0.8.0
7-
github.com/gruntwork-io/terratest/modules/aws/v2 v2.0.0-00010101000000-000000000000
8-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
9-
github.com/gruntwork-io/terratest/modules/httphelper/v2 v2.0.0-00010101000000-000000000000
7+
github.com/gruntwork-io/terratest/modules/aws/v2 v2.0.0-beta.1
8+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
9+
github.com/gruntwork-io/terratest/modules/httphelper/v2 v2.0.0-beta.1
1010
github.com/stretchr/testify v1.11.1
1111
k8s.io/api v0.36.2
1212
k8s.io/apimachinery v0.36.2
@@ -66,7 +66,7 @@ require (
6666
github.com/google/gnostic-models v0.7.0 // indirect
6767
github.com/google/uuid v1.6.0 // indirect
6868
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
69-
github.com/gruntwork-io/terratest/modules/ssh/v2 v2.0.0-00010101000000-000000000000 // indirect
69+
github.com/gruntwork-io/terratest/modules/ssh/v2 v2.0.0-beta.1 // indirect
7070
github.com/hashicorp/errwrap v1.0.0 // indirect
7171
github.com/hashicorp/go-multierror v1.1.1 // indirect
7272
github.com/jackc/pgpassfile v1.0.0 // indirect

modules/opa/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/gruntwork-io/terratest/modules/opa/v2
33
go 1.26.0
44

55
require (
6-
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-00010101000000-000000000000
6+
github.com/gruntwork-io/terratest/modules/core/v2 v2.0.0-beta.1
77
github.com/hashicorp/go-getter/v2 v2.2.3
88
github.com/hashicorp/go-multierror v1.1.1
99
github.com/stretchr/testify v1.11.1

0 commit comments

Comments
 (0)