Skip to content

Commit 069aef8

Browse files
committed
Fix submodules
A merge commit resolution knocked out the modules and CI didn't catch it during builds, it was only revealed when the Publish Release job failed. https://github.com/cloudflare/terraform-provider-cloudflare/actions/runs/16671571937 This patch updates the go module files so we can trigger a point release.
1 parent 2330b57 commit 069aef8

File tree

2 files changed

+216
-100
lines changed

2 files changed

+216
-100
lines changed

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ require (
1010
github.com/aws/aws-sdk-go-v2/credentials v1.17.34
1111
github.com/aws/aws-sdk-go-v2/service/s3 v1.63.0
1212
github.com/cloudflare/cloudflare-go v0.104.0
13+
github.com/cloudflare/cloudflare-go/v4 v4.6.0
1314
github.com/cloudflare/cloudflare-go/v5 v5.0.0
1415
github.com/davecgh/go-spew v1.1.1
1516
github.com/hashicorp/go-uuid v1.0.3

0 commit comments

Comments
 (0)