diff --git a/go.mod b/go.mod index f5412dd..809870b 100644 --- a/go.mod +++ b/go.mod @@ -3,6 +3,6 @@ module github.com/clivern/terraform-provider-beetle go 1.14 require ( - github.com/clivern/beetle v0.2.2 + github.com/clivern/beetle v1.0.4 github.com/hashicorp/terraform-plugin-sdk v1.16.0 )