Skip to content

Commit 19d6763

Browse files
committed
rebase + go mod tidy
1 parent f225037 commit 19d6763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/hashicorp/terraform-provider-google-beta v1.20.1-0.20250205234801-53d29ac0d727
1515
github.com/mitchellh/go-homedir v1.1.0 // indirect
1616
github.com/pkg/errors v0.9.1
17-
github.com/stretchr/testify v1.9.0
17+
github.com/stretchr/testify v1.10.0
1818
github.com/zclconf/go-cty v1.16.2
1919
go.uber.org/zap v1.21.0
2020
google.golang.org/api v0.220.0
@@ -104,7 +104,7 @@ require (
104104
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 // indirect
105105
golang.org/x/mod v0.22.0 // indirect
106106
golang.org/x/net v0.34.0 // indirect
107-
golang.org/x/oauth2 v0.24.0 // indirect
107+
golang.org/x/oauth2 v0.25.0 // indirect
108108
golang.org/x/sync v0.10.0 // indirect
109109
golang.org/x/sys v0.29.0 // indirect
110110
golang.org/x/text v0.21.0 // indirect

0 commit comments

Comments
 (0)