Skip to content

Commit 3b074c7

Browse files
fix(deps): update all dependencies
1 parent a20173d commit 3b074c7

File tree

4 files changed

+837
-41
lines changed

4 files changed

+837
-41
lines changed

.github/workflows/slash-command-dispatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }}
2222

2323
- name: Slash Command Dispatch
24-
uses: peter-evans/slash-command-dispatch@v4
24+
uses: peter-evans/slash-command-dispatch@v5
2525
with:
2626
token: ${{ steps.get_workflow_token.outputs.token }}
2727
reaction-token: ${{ steps.get_workflow_token.outputs.token }}
@@ -41,7 +41,7 @@ jobs:
4141
application_private_key: ${{ secrets.NARWHAL_BOT_SECRET }}
4242

4343
- name: Slash Command Dispatch
44-
uses: peter-evans/slash-command-dispatch@v4
44+
uses: peter-evans/slash-command-dispatch@v5
4545
with:
4646
token: ${{ steps.get_workflow_token.outputs.token }}
4747
reaction-token: ${{ steps.get_workflow_token.outputs.token }}

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
args: ["--maxkb=1024"]
@@ -17,7 +17,7 @@ repos:
1717
args:
1818
- "--allow-multiple-documents"
1919
- repo: https://github.com/sirosen/texthooks
20-
rev: 0.6.8
20+
rev: 0.7.1
2121
hooks:
2222
- id: fix-smartquotes
2323
- repo: https://github.com/tekwizely/pre-commit-golang
@@ -31,7 +31,7 @@ repos:
3131
- "--verbose"
3232
- "--allow-parallel-runners"
3333
- repo: https://github.com/antonbabenko/pre-commit-terraform
34-
rev: v1.97.0
34+
rev: v1.105.0
3535
hooks:
3636
- id: terraform_fmt
3737
args:
@@ -41,7 +41,7 @@ repos:
4141
- --args=--config=__GIT_WORKING_DIR__/.tflint.hcl
4242
- --hook-config=--tf-path=tofu
4343
- repo: https://github.com/tofuutils/pre-commit-opentofu
44-
rev: v2.1.0 # Get the latest from: https://github.com/tofuutils/pre-commit-opentofu/releases
44+
rev: v2.2.2 # Get the latest from: https://github.com/tofuutils/pre-commit-opentofu/releases
4545
hooks:
4646
- id: tofu_docs
4747
args:
@@ -53,6 +53,6 @@ repos:
5353
args:
5454
- --args=--config-file __GIT_WORKING_DIR__/.checkov.yml
5555
- repo: https://github.com/renovatebot/pre-commit-hooks
56-
rev: 39.136.0
56+
rev: 43.8.5
5757
hooks:
5858
- id: renovate-config-validator

go.mod

Lines changed: 41 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
module github.com/defenseunicorns/terraform-aws-transit-gateway
22

3-
go 1.22.2
3+
go 1.25.0
44

55
require (
66
github.com/defenseunicorns/delivery_aws_iac_utils v0.0.6
7-
github.com/gruntwork-io/terratest v0.48.1
7+
github.com/gruntwork-io/terratest v0.55.0
88
)
99

1010
require (
@@ -55,32 +55,33 @@ require (
5555
github.com/aws/smithy-go v1.22.1 // indirect
5656
github.com/beorn7/perks v1.0.1 // indirect
5757
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
58-
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
58+
github.com/boombuler/barcode v1.0.1 // indirect
5959
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6060
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
6161
github.com/davecgh/go-spew v1.1.1 // indirect
62-
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
62+
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
63+
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
6364
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
64-
github.com/go-logr/logr v1.4.2 // indirect
65-
github.com/go-openapi/jsonpointer v0.20.0 // indirect
65+
github.com/go-logr/logr v1.4.3 // indirect
66+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
6667
github.com/go-openapi/jsonreference v0.20.2 // indirect
67-
github.com/go-openapi/swag v0.22.4 // indirect
68+
github.com/go-openapi/swag v0.23.0 // indirect
6869
github.com/go-sql-driver/mysql v1.8.1 // indirect
6970
github.com/gofrs/flock v0.8.1 // indirect
7071
github.com/gogo/protobuf v1.3.2 // indirect
7172
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7273
github.com/golang/protobuf v1.5.4 // indirect
73-
github.com/google/gnostic-models v0.6.8 // indirect
74+
github.com/google/gnostic-models v0.7.0 // indirect
7475
github.com/google/gofuzz v1.2.0 // indirect
7576
github.com/google/s2a-go v0.1.8 // indirect
7677
github.com/google/uuid v1.6.0 // indirect
7778
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
7879
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
79-
github.com/gorilla/websocket v1.5.0 // indirect
80+
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674 // indirect
8081
github.com/gruntwork-io/go-commons v0.8.0 // indirect
8182
github.com/hashicorp/errwrap v1.1.0 // indirect
8283
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
83-
github.com/hashicorp/go-getter v1.7.6 // indirect
84+
github.com/hashicorp/go-getter v1.7.9 // indirect
8485
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
8586
github.com/hashicorp/go-multierror v1.1.1 // indirect
8687
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -103,9 +104,9 @@ require (
103104
github.com/mitchellh/go-homedir v1.1.0 // indirect
104105
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
105106
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
106-
github.com/moby/spdystream v0.2.0 // indirect
107+
github.com/moby/spdystream v0.5.0 // indirect
107108
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
108-
github.com/modern-go/reflect2 v1.0.2 // indirect
109+
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
109110
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
110111
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
111112
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -116,42 +117,48 @@ require (
116117
github.com/prometheus/procfs v0.12.0 // indirect
117118
github.com/russross/blackfriday/v2 v2.1.0 // indirect
118119
github.com/sirupsen/logrus v1.9.3 // indirect
119-
github.com/spf13/pflag v1.0.5 // indirect
120-
github.com/stretchr/testify v1.9.0 // indirect
120+
github.com/spf13/pflag v1.0.9 // indirect
121+
github.com/stretchr/testify v1.11.1 // indirect
121122
github.com/tmccombs/hcl2json v0.6.4 // indirect
122-
github.com/ulikunitz/xz v0.5.11 // indirect
123+
github.com/ulikunitz/xz v0.5.15 // indirect
123124
github.com/urfave/cli v1.22.16 // indirect
125+
github.com/x448/float16 v0.8.4 // indirect
124126
github.com/zclconf/go-cty v1.15.0 // indirect
125127
go.opencensus.io v0.24.0 // indirect
126-
golang.org/x/crypto v0.31.0 // indirect
127-
golang.org/x/mod v0.18.0 // indirect
128-
golang.org/x/net v0.33.0 // indirect
129-
golang.org/x/oauth2 v0.24.0 // indirect
130-
golang.org/x/sync v0.10.0 // indirect
131-
golang.org/x/sys v0.28.0 // indirect
132-
golang.org/x/term v0.27.0 // indirect
133-
golang.org/x/text v0.21.0 // indirect
134-
golang.org/x/time v0.8.0 // indirect
135-
golang.org/x/tools v0.22.0 // indirect
128+
go.yaml.in/yaml/v2 v2.4.3 // indirect
129+
go.yaml.in/yaml/v3 v3.0.4 // indirect
130+
golang.org/x/crypto v0.45.0 // indirect
131+
golang.org/x/mod v0.29.0 // indirect
132+
golang.org/x/net v0.47.0 // indirect
133+
golang.org/x/oauth2 v0.30.0 // indirect
134+
golang.org/x/sync v0.18.0 // indirect
135+
golang.org/x/sys v0.38.0 // indirect
136+
golang.org/x/term v0.37.0 // indirect
137+
golang.org/x/text v0.31.0 // indirect
138+
golang.org/x/time v0.9.0 // indirect
139+
golang.org/x/tools v0.38.0 // indirect
136140
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
137141
google.golang.org/api v0.206.0 // indirect
138142
google.golang.org/appengine v1.6.8 // indirect
139143
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
140144
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
141145
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
142146
google.golang.org/grpc v1.67.1 // indirect
143-
google.golang.org/protobuf v1.35.1 // indirect
147+
google.golang.org/protobuf v1.36.8 // indirect
148+
gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect
144149
gopkg.in/inf.v0 v0.9.1 // indirect
145150
gopkg.in/yaml.v2 v2.4.0 // indirect
146151
gopkg.in/yaml.v3 v3.0.1 // indirect
147-
k8s.io/api v0.30.0 // indirect
148-
k8s.io/apimachinery v0.30.0 // indirect
149-
k8s.io/client-go v0.30.0 // indirect
150-
k8s.io/klog/v2 v2.120.1 // indirect
151-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
152-
k8s.io/utils v0.0.0-20230726121419-3b25d923346b // indirect
152+
k8s.io/api v0.35.0 // indirect
153+
k8s.io/apimachinery v0.35.0 // indirect
154+
k8s.io/client-go v0.35.0 // indirect
155+
k8s.io/klog/v2 v2.130.1 // indirect
156+
k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
157+
k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
153158
sigs.k8s.io/aws-iam-authenticator v0.6.19 // indirect
154-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
159+
sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
160+
sigs.k8s.io/randfill v1.0.0 // indirect
155161
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
156-
sigs.k8s.io/yaml v1.4.0 // indirect
162+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
163+
sigs.k8s.io/yaml v1.6.0 // indirect
157164
)

0 commit comments

Comments
 (0)