Skip to content

Commit 14339dd

Browse files
committed
Fix go.mod
Signed-off-by: Jan Dittrich <jan.dittrich@cgm.com>
1 parent 6fcbe05 commit 14339dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ require (
77
github.com/crossplane/crossplane-runtime v1.17.0
88
github.com/crossplane/crossplane-tools v0.0.0-20230925130601-628280f8bf79
99
github.com/crossplane/upjet v1.5.1
10+
github.com/hashicorp/go-cty v1.5.0
1011
github.com/hashicorp/terraform-json v0.17.1
1112
github.com/hashicorp/terraform-plugin-sdk/v2 v2.30.0
1213
github.com/pkg/errors v0.9.1
@@ -54,7 +55,6 @@ require (
5455
github.com/google/uuid v1.6.0 // indirect
5556
github.com/gophercloud/gophercloud/v2 v2.1.2-0.20240924171548-1737ff4518d5 // indirect
5657
github.com/gophercloud/utils/v2 v2.0.0-20240705071316-780b64d153e3 // indirect
57-
github.com/hashicorp/go-cty v1.5.0 // indirect
5858
github.com/hashicorp/go-hclog v1.5.0 // indirect
5959
github.com/hashicorp/go-plugin v1.5.1 // indirect
6060
github.com/hashicorp/go-uuid v1.0.3 // indirect

0 commit comments

Comments
 (0)