File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ require (
26
26
github.com/hashicorp/terraform-svchost v0.1.1
27
27
github.com/mattn/go-isatty v0.0.20 // indirect
28
28
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
29
- github.com/zclconf/go-cty v1.16.2
30
29
github.com/zclconf/go-cty v1.16.2 // indirect
31
30
golang.org/x/crypto v0.36.0 // indirect
32
31
golang.org/x/net v0.37.0 // indirect
@@ -66,7 +65,7 @@ require (
66
65
github.com/hashicorp/terraform-plugin-log v0.9.0
67
66
github.com/hashicorp/terraform-plugin-testing v1.12.0
68
67
github.com/stretchr/testify v1.10.0
69
- go.uber.org/mock v0.4.0
68
+ go.uber.org/mock v0.5.1
70
69
)
71
70
72
71
require (
Original file line number Diff line number Diff line change @@ -184,8 +184,8 @@ go.opentelemetry.io/otel/sdk/metric v1.32.0 h1:rZvFnvmvawYb0alrYkjraqJq0Z4ZUJAiy
184
184
go.opentelemetry.io/otel/sdk/metric v1.32.0 /go.mod h1:PWeZlq0zt9YkYAp3gjKZ0eicRYvOh1Gd+X99x6GHpCQ =
185
185
go.opentelemetry.io/otel/trace v1.32.0 h1:WIC9mYrXf8TmY/EXuULKc8hR17vE+Hjv2cssQDe03fM =
186
186
go.opentelemetry.io/otel/trace v1.32.0 /go.mod h1:+i4rkvCraA+tG6AzwloGaCtkx53Fa+L+V8e9a7YvhT8 =
187
- go.uber.org/mock v0.4.0 h1:VcM4ZOtdbR4f6VXfiOpwpVJDL6lCReaZ6mw31wqh7KU =
188
- go.uber.org/mock v0.4.0 /go.mod h1:a6FSlNadKUHUa9IP5Vyt1zh4fC7uAwxMutEAscFbkZc =
187
+ go.uber.org/mock v0.5.1 h1:ASgazW/qBmR+A32MYFDB6E2POoTgOwT509VP0CT/fjs =
188
+ go.uber.org/mock v0.5.1 /go.mod h1:ge71pBPLYDk7QIi1LupWxdAykm7KIEFchiOqd6z7qMM =
189
189
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
190
190
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 /go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc =
191
191
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34 =
You can’t perform that action at this time.
0 commit comments