From cfae7971203435a74eb39f092e99025a75f51ff8 Mon Sep 17 00:00:00 2001 From: Vinay Reddy Godhala Date: Fri, 4 Oct 2024 14:32:29 +0530 Subject: [PATCH] chore(deps): fix dependabot alerts --- testing/newrelic.tf | 3 +-- tools/go.mod | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/testing/newrelic.tf b/testing/newrelic.tf index 262bceffb..22af2bd52 100644 --- a/testing/newrelic.tf +++ b/testing/newrelic.tf @@ -8,5 +8,4 @@ terraform { provider "newrelic" { region = "US" # US or EU -} - +} \ No newline at end of file diff --git a/tools/go.mod b/tools/go.mod index 1681ba762..b0946a91b 100644 --- a/tools/go.mod +++ b/tools/go.mod @@ -1,6 +1,6 @@ module github.com/newrelic/terraform-provider-newrelic/v2/tools -go 1.22.5 +go 1.21 require ( github.com/bflad/tfproviderlint v0.29.0