Skip to content

Commit e33a376

Browse files
committed
Updated go mod
1 parent 8a11a85 commit e33a376

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ toolchain go1.24.10
66

77
require (
88
github.com/google/go-cmp v0.7.0
9-
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120001236-e53907d2fbfe
9+
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120160637-dd794284e213
1010
github.com/hashicorp/terraform-plugin-log v0.9.0
1111

1212
)

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ github.com/hashicorp/go-plugin v1.7.0 h1:YghfQH/0QmPNc/AZMTFE3ac8fipZyZECHdDPshf
2323
github.com/hashicorp/go-plugin v1.7.0/go.mod h1:BExt6KEaIYx804z8k4gRzRLEvxKVb+kn0NMcihqOqb8=
2424
github.com/hashicorp/go-uuid v1.0.3 h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=
2525
github.com/hashicorp/go-uuid v1.0.3/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro=
26-
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120001236-e53907d2fbfe h1:RPnYwDCbHCSFRce4qL7Ri6m8zMRpJUcfanjXlPP2An4=
27-
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120001236-e53907d2fbfe/go.mod h1:FzPYKPuLPF5fPvJjWUXPhbkXeL1x5aATwzQeqOKYOYU=
26+
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120160637-dd794284e213 h1:9OxVpkZMvoMWMLKKOmLq3SNcYwD0jTbVoCqKNBxiiPw=
27+
github.com/hashicorp/terraform-plugin-go v0.29.1-0.20251120160637-dd794284e213/go.mod h1:FzPYKPuLPF5fPvJjWUXPhbkXeL1x5aATwzQeqOKYOYU=
2828
github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9TFvymaRGZED3FCV0=
2929
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
3030
github.com/hashicorp/terraform-registry-address v0.4.0 h1:S1yCGomj30Sao4l5BMPjTGZmCNzuv7/GDTDX99E9gTk=

0 commit comments

Comments
 (0)