Skip to content

Commit d00f6b4

Browse files
committed
fix: go mod tidy
1 parent 3db1f8b commit d00f6b4

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
@@ -3,7 +3,6 @@ module github.com/bytebase/terraform-provider-bytebase
33
go 1.19
44

55
require (
6-
github.com/hashicorp/terraform-plugin-log v0.7.0
76
github.com/hashicorp/terraform-plugin-sdk/v2 v2.24.0
87
github.com/pkg/errors v0.9.1
98
)
@@ -24,6 +23,7 @@ require (
2423
github.com/hashicorp/hcl/v2 v2.14.1 // indirect
2524
github.com/hashicorp/logutils v1.0.0 // indirect
2625
github.com/hashicorp/terraform-plugin-go v0.14.0 // indirect
26+
github.com/hashicorp/terraform-plugin-log v0.7.0 // indirect
2727
github.com/hashicorp/terraform-registry-address v0.0.0-20220623143253-7d51757b572c // indirect
2828
github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 // indirect
2929
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect

0 commit comments

Comments
 (0)