Skip to content

Commit

Permalink
fix issue where global rulestack creation gets stuck (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalappattil authored Apr 9, 2024
1 parent b7f9e85 commit 6edf6dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/paloaltonetworks/terraform-provider-cloudngfwaws
require (
github.com/hashicorp/terraform-plugin-log v0.2.1
github.com/hashicorp/terraform-plugin-sdk/v2 v2.10.1
github.com/paloaltonetworks/cloud-ngfw-aws-go v1.0.1
github.com/paloaltonetworks/cloud-ngfw-aws-go v1.0.2
go.uber.org/zap v1.25.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
)
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ github.com/oklog/run v1.0.0 h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=
github.com/oklog/run v1.0.0/go.mod h1:dlhp/R75TPv97u0XWUtDeV/lRKWPKSdTuV0TZvrmrQA=
github.com/paloaltonetworks/cloud-ngfw-aws-go v1.0.1 h1:fxFc6K0tO/ZeOKRW/a8mt9hM5IOuxJHlTP1x+AaY1r8=
github.com/paloaltonetworks/cloud-ngfw-aws-go v1.0.1/go.mod h1:K7l99F0euqi1IXc20j0AXKBVElI77RGD5U5+LU8FYVQ=
github.com/paloaltonetworks/cloud-ngfw-aws-go v1.0.2 h1:ekk0nBCHnGerNC76nhDm2UnIA37C+YOviURRU+7VxC0=
github.com/paloaltonetworks/cloud-ngfw-aws-go v1.0.2/go.mod h1:K7l99F0euqi1IXc20j0AXKBVElI77RGD5U5+LU8FYVQ=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 6edf6dc

Please sign in to comment.