From 275e366c752421eaee1be98056d9c6297267ab47 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 20 Dec 2024 23:30:21 +0000 Subject: [PATCH] chore(deps): update go modules --- cli/go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/go.mod b/cli/go.mod index a19e07f73db..820cd1dba82 100644 --- a/cli/go.mod +++ b/cli/go.mod @@ -17,7 +17,7 @@ require ( github.com/gomarkdown/markdown v0.0.0-20241205020045-f7e15b2f3e62 github.com/google/go-cmp v0.6.0 github.com/google/go-github/v67 v67.0.0 - github.com/gruntwork-io/terratest v0.48.0 + github.com/gruntwork-io/terratest v0.48.1 github.com/hashicorp/terraform-config-inspect v0.0.0-20241129133400-c404f8227ea6 github.com/hashicorp/terraform-json v0.24.0 github.com/iancoleman/strcase v0.3.0 @@ -28,7 +28,7 @@ require ( github.com/manifoldco/promptui v0.9.0 github.com/migueleliasweb/go-github-mock v1.1.0 github.com/mitchellh/go-testing-interface v1.14.2-0.20210821155943-2d9075ca8770 - github.com/open-policy-agent/opa v0.70.0 + github.com/open-policy-agent/opa v1.0.0 github.com/otiai10/copy v1.14.0 github.com/pkg/errors v0.9.1 github.com/spf13/cobra v1.8.1 @@ -39,7 +39,7 @@ require ( golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect golang.org/x/oauth2 v0.24.0 golang.org/x/text v0.21.0 - google.golang.org/api v0.212.0 + google.golang.org/api v0.214.0 google.golang.org/protobuf v1.36.0 gopkg.in/yaml.v3 v3.0.1 sigs.k8s.io/yaml v1.4.0