From 98e57a1a0b53b49d7199b782a53e6ed523553935 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:24:25 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .env | 2 +- .pre-commit-config.yaml | 6 +++--- examples/complete/main.tf | 2 +- go.mod | 2 +- go.sum | 2 ++ 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.env b/.env index efcada6..1065574 100644 --- a/.env +++ b/.env @@ -1,3 +1,3 @@ BUILD_HARNESS_REPO=ghcr.io/defenseunicorns/build-harness/build-harness # renovate: datasource=github-tags depName=defenseunicorns/build-harness -BUILD_HARNESS_VERSION=1.11.2 +BUILD_HARNESS_VERSION=1.13.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 65b1594..868e33e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v4.5.0 hooks: - id: check-added-large-files args: ["--maxkb=1024"] @@ -26,7 +26,7 @@ repos: - id: go-fmt - id: golangci-lint - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.83.4 + rev: v1.83.5 hooks: - id: terraform_fmt - id: terraform_docs @@ -40,6 +40,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 36.107.1 + rev: 37.18.4 hooks: - id: renovate-config-validator diff --git a/examples/complete/main.tf b/examples/complete/main.tf index 46a6323..817716e 100644 --- a/examples/complete/main.tf +++ b/examples/complete/main.tf @@ -18,7 +18,7 @@ locals { module "vpc" { # checkov:skip=CKV_TF_1: "Ensure Terraform module sources use a commit hash" -- We've decided to use tags rather than a hash - source = "git::https://github.com/defenseunicorns/terraform-aws-uds-vpc.git?ref=v0.0.5" + source = "git::https://github.com/defenseunicorns/terraform-aws-uds-vpc.git?ref=v0.1.0" name = local.vpc_name vpc_cidr = "10.200.0.0/16" diff --git a/go.mod b/go.mod index bbdc4c6..66d3020 100644 --- a/go.mod +++ b/go.mod @@ -2,7 +2,7 @@ module github.com/defenseunicorns/terraform-aws-uds-bastion go 1.21.1 -require github.com/gruntwork-io/terratest v0.44.0 +require github.com/gruntwork-io/terratest v0.46.0 require ( cloud.google.com/go v0.107.0 // indirect diff --git a/go.sum b/go.sum index a81c896..343ef5f 100644 --- a/go.sum +++ b/go.sum @@ -376,6 +376,8 @@ github.com/gruntwork-io/terratest v0.43.8 h1:6JNZE1REO5B1AGbTvBvMDNBX/gxiO4LTkth github.com/gruntwork-io/terratest v0.43.8/go.mod h1:Tw+6/fcJFiBPpsx9NNSkLG5oHKIeaqiJHVLpQ+ORIfQ= github.com/gruntwork-io/terratest v0.44.0 h1:3k7lglJFAtw77p2HnR5vaZBCBnlHmu3DuLjVyuCZXJ0= github.com/gruntwork-io/terratest v0.44.0/go.mod h1:EAEuzSjvxAzQoJCEQ06bJPTmdC9HikzgvhmxnAYuExM= +github.com/gruntwork-io/terratest v0.46.0 h1:ezeJ045eOniWO+0T78SFQrVo6tIJ2or/DBtYvJnweOs= +github.com/gruntwork-io/terratest v0.46.0/go.mod h1:4TWB5SYgATxJFfg+RNpE0gwiUWxtfMLGOXo5gwcGgMs= github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=