From 697db845b8fb4f11bee873dbe9a99037179eb5a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:48:06 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .pre-commit-config.yaml | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 22ac934..3a9a142 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,6 +46,6 @@ repos: args: - --args=--config=__GIT_WORKING_DIR__/.tflint.hcl - repo: https://github.com/renovatebot/pre-commit-hooks - rev: 37.44.0 + rev: 37.47.0 hooks: - id: renovate-config-validator diff --git a/go.mod b/go.mod index 57eed33..2489667 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/defenseunicorns/terraform-aws-bastion -go 1.21.1 +go 1.21.3 require ( github.com/defenseunicorns/delivery_aws_iac_utils v0.0.2