Skip to content

Commit de5c59b

Browse files
Bump the go-dependencies group with 10 updates
Bumps the go-dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [github.com/fatih/color](https://github.com/fatih/color) | `1.17.0` | `1.18.0` | | [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) | `0.20.0` | `0.21.0` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.47.2` | `0.50.0` | | [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.7.6` | `1.7.8` | | [github.com/pterm/pterm](https://github.com/pterm/pterm) | `0.12.79` | `0.12.81` | | [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` | | [github.com/stuart-warren/yamlfmt](https://github.com/stuart-warren/yamlfmt) | `0.1.2` | `0.2.0` | | [github.com/urfave/cli/v2](https://github.com/urfave/cli) | `2.27.5` | `2.27.7` | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.6` | `1.4.9` | | [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` | Updates `github.com/fatih/color` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/fatih/color/releases) - [Commits](fatih/color@v1.17.0...v1.18.0) Updates `github.com/google/go-jsonnet` from 0.20.0 to 0.21.0 - [Release notes](https://github.com/google/go-jsonnet/releases) - [Changelog](https://github.com/google/go-jsonnet/blob/master/.goreleaser.yml) - [Commits](google/go-jsonnet@v0.20.0...v0.21.0) Updates `github.com/gruntwork-io/terratest` from 0.47.2 to 0.50.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.47.2...v0.50.0) Updates `github.com/hashicorp/go-getter` from 1.7.6 to 1.7.8 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.7.6...v1.7.8) Updates `github.com/pterm/pterm` from 0.12.79 to 0.12.81 - [Release notes](https://github.com/pterm/pterm/releases) - [Commits](pterm/pterm@v0.12.79...v0.12.81) Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.9.0...v1.10.0) Updates `github.com/stuart-warren/yamlfmt` from 0.1.2 to 0.2.0 - [Release notes](https://github.com/stuart-warren/yamlfmt/releases) - [Changelog](https://github.com/stuart-warren/yamlfmt/blob/master/.goreleaser.yml) - [Commits](stuart-warren/yamlfmt@v0.1.2...v0.2.0) Updates `github.com/urfave/cli/v2` from 2.27.5 to 2.27.7 - [Release notes](https://github.com/urfave/cli/releases) - [Changelog](https://github.com/urfave/cli/blob/main/docs/CHANGELOG.md) - [Commits](urfave/cli@v2.27.5...v2.27.7) Updates `github.com/gabriel-vasile/mimetype` from 1.4.6 to 1.4.9 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](gabriel-vasile/mimetype@v1.4.6...v1.4.9) Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0 - [Release notes](https://github.com/google/go-cmp/releases) - [Commits](google/go-cmp@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: github.com/fatih/color dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/google/go-jsonnet dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/gruntwork-io/terratest dependency-version: 0.50.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/pterm/pterm dependency-version: 0.12.81 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/stretchr/testify dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/stuart-warren/yamlfmt dependency-version: 0.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/urfave/cli/v2 dependency-version: 2.27.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/gabriel-vasile/mimetype dependency-version: 1.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/google/go-cmp dependency-version: 0.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 231682d commit de5c59b

File tree

2 files changed

+198
-883
lines changed

2 files changed

+198
-883
lines changed

go.mod

Lines changed: 62 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -5,32 +5,33 @@ go 1.24.4
55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
77
github.com/Masterminds/sprig/v3 v3.3.0
8-
github.com/fatih/color v1.17.0
8+
github.com/fatih/color v1.18.0
99
github.com/go-errors/errors v1.5.1
1010
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
11-
github.com/google/go-jsonnet v0.20.0
11+
github.com/google/go-jsonnet v0.21.0
1212
github.com/gruntwork-io/go-commons v0.17.2
13-
github.com/gruntwork-io/terratest v0.47.2
14-
github.com/hashicorp/go-getter v1.7.6
13+
github.com/gruntwork-io/terratest v0.50.0
14+
github.com/hashicorp/go-getter v1.8.0
1515
github.com/hashicorp/go-multierror v1.1.1
1616
github.com/hashicorp/go-version v1.7.0
1717
github.com/huandu/xstrings v1.5.0 // indirect
1818
github.com/inancgumus/screen v0.0.0-20190314163918-06e984b86ed3
1919
github.com/mattn/go-zglob v0.0.6
20-
github.com/pterm/pterm v0.12.79
21-
github.com/stretchr/testify v1.9.0
22-
github.com/stuart-warren/yamlfmt v0.1.2
23-
github.com/urfave/cli/v2 v2.27.5
24-
golang.org/x/crypto v0.36.0 // indirect
25-
golang.org/x/sys v0.31.0 // indirect
26-
golang.org/x/term v0.30.0 // indirect
20+
github.com/pterm/pterm v0.12.81
21+
github.com/stretchr/testify v1.10.0
22+
github.com/stuart-warren/yamlfmt v0.2.0
23+
github.com/urfave/cli/v2 v2.27.7
24+
golang.org/x/crypto v0.39.0 // indirect
25+
golang.org/x/sys v0.33.0 // indirect
26+
golang.org/x/term v0.32.0 // indirect
2727
gopkg.in/yaml.v2 v2.4.0
2828
)
2929

3030
require (
31-
github.com/gabriel-vasile/mimetype v1.4.6
32-
github.com/google/go-cmp v0.6.0
31+
github.com/gabriel-vasile/mimetype v1.4.10
32+
github.com/google/go-cmp v0.7.0
3333
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c
34+
golang.org/x/text v0.26.0
3435
)
3536

3637
require (
@@ -39,28 +40,45 @@ require (
3940
atomicgo.dev/schedule v0.1.0 // indirect
4041
cel.dev/expr v0.16.2 // indirect
4142
cloud.google.com/go v0.116.0 // indirect
42-
cloud.google.com/go/auth v0.9.8 // indirect
43-
cloud.google.com/go/auth/oauth2adapt v0.2.4 // indirect
43+
cloud.google.com/go/auth v0.10.2 // indirect
44+
cloud.google.com/go/auth/oauth2adapt v0.2.5 // indirect
4445
cloud.google.com/go/compute/metadata v0.5.2 // indirect
45-
cloud.google.com/go/iam v1.2.1 // indirect
46-
cloud.google.com/go/monitoring v1.21.1 // indirect
47-
cloud.google.com/go/storage v1.44.0 // indirect
46+
cloud.google.com/go/iam v1.2.2 // indirect
47+
cloud.google.com/go/monitoring v1.21.2 // indirect
48+
cloud.google.com/go/storage v1.47.0 // indirect
4849
dario.cat/mergo v1.0.1 // indirect
4950
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.24.2 // indirect
5051
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.48.2 // indirect
5152
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.48.2 // indirect
5253
github.com/Masterminds/goutils v1.1.1 // indirect
5354
github.com/Masterminds/semver/v3 v3.3.0 // indirect
5455
github.com/agext/levenshtein v1.2.3 // indirect
55-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
56+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
5657
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
57-
github.com/aws/aws-sdk-go v1.55.5 // indirect
58+
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
59+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
60+
github.com/aws/aws-sdk-go-v2/config v1.29.15 // indirect
61+
github.com/aws/aws-sdk-go-v2/credentials v1.17.68 // indirect
62+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
63+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
64+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
65+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
66+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
67+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
68+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
69+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
70+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
71+
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
73+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
74+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.20 // indirect
75+
github.com/aws/smithy-go v1.22.3 // indirect
5876
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
5977
github.com/census-instrumentation/opencensus-proto v0.4.1 // indirect
6078
github.com/cespare/xxhash/v2 v2.3.0 // indirect
6179
github.com/cncf/xds/go v0.0.0-20240905190251-b4127c9b8d78 // indirect
62-
github.com/containerd/console v1.0.4 // indirect
63-
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
80+
github.com/containerd/console v1.0.5 // indirect
81+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
6482
github.com/davecgh/go-spew v1.1.1 // indirect
6583
github.com/envoyproxy/go-control-plane v0.13.0 // indirect
6684
github.com/envoyproxy/protoc-gen-validate v1.1.0 // indirect
@@ -71,19 +89,20 @@ require (
7189
github.com/google/s2a-go v0.1.8 // indirect
7290
github.com/google/uuid v1.6.0 // indirect
7391
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
74-
github.com/googleapis/gax-go/v2 v2.13.0 // indirect
92+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
7593
github.com/gookit/color v1.5.4 // indirect
94+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 // indirect
7695
github.com/hashicorp/errwrap v1.1.0 // indirect
7796
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
97+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
7898
github.com/hashicorp/go-safetemp v1.0.0 // indirect
79-
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
80-
github.com/hashicorp/terraform-json v0.13.0 // indirect
99+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
100+
github.com/hashicorp/terraform-json v0.23.0 // indirect
81101
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
82-
github.com/jmespath/go-jmespath v0.4.0 // indirect
83102
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
84103
github.com/klauspost/compress v1.17.11 // indirect
85104
github.com/lithammer/fuzzysearch v1.1.8 // indirect
86-
github.com/mattn/go-colorable v0.1.13 // indirect
105+
github.com/mattn/go-colorable v0.1.14 // indirect
87106
github.com/mattn/go-isatty v0.0.20 // indirect
88107
github.com/mattn/go-runewidth v0.0.16 // indirect
89108
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
@@ -99,29 +118,31 @@ require (
99118
github.com/shopspring/decimal v1.4.0 // indirect
100119
github.com/sirupsen/logrus v1.9.3 // indirect
101120
github.com/spf13/cast v1.7.0 // indirect
102-
github.com/tmccombs/hcl2json v0.3.3 // indirect
103-
github.com/ulikunitz/xz v0.5.12 // indirect
121+
github.com/tmccombs/hcl2json v0.6.4 // indirect
122+
github.com/ulikunitz/xz v0.5.14 // indirect
104123
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
105124
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
106-
github.com/zclconf/go-cty v1.9.1 // indirect
125+
github.com/zclconf/go-cty v1.15.0 // indirect
107126
go.opencensus.io v0.24.0 // indirect
127+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
108128
go.opentelemetry.io/contrib/detectors/gcp v1.31.0 // indirect
109129
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.56.0 // indirect
110130
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0 // indirect
111-
go.opentelemetry.io/otel v1.31.0 // indirect
112-
go.opentelemetry.io/otel/metric v1.31.0 // indirect
131+
go.opentelemetry.io/otel v1.36.0 // indirect
132+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
113133
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
114134
go.opentelemetry.io/otel/sdk/metric v1.31.0 // indirect
115-
go.opentelemetry.io/otel/trace v1.31.0 // indirect
116-
golang.org/x/net v0.38.0 // indirect
135+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
136+
golang.org/x/mod v0.25.0 // indirect
137+
golang.org/x/net v0.41.0 // indirect
117138
golang.org/x/oauth2 v0.27.0 // indirect
118-
golang.org/x/sync v0.12.0 // indirect
119-
golang.org/x/text v0.23.0 // indirect
120-
golang.org/x/time v0.7.0 // indirect
121-
google.golang.org/api v0.200.0 // indirect
122-
google.golang.org/genproto v0.0.0-20241007155032-5fefd90f89a9 // indirect
123-
google.golang.org/genproto/googleapis/api v0.0.0-20241007155032-5fefd90f89a9 // indirect
124-
google.golang.org/genproto/googleapis/rpc v0.0.0-20241007155032-5fefd90f89a9 // indirect
139+
golang.org/x/sync v0.15.0 // indirect
140+
golang.org/x/time v0.8.0 // indirect
141+
golang.org/x/tools v0.33.0 // indirect
142+
google.golang.org/api v0.206.0 // indirect
143+
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
144+
google.golang.org/genproto/googleapis/api v0.0.0-20241104194629-dd2ea8efbc28 // indirect
145+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241104194629-dd2ea8efbc28 // indirect
125146
google.golang.org/grpc v1.67.1 // indirect
126147
google.golang.org/grpc/stats/opentelemetry v0.0.0-20241014145745-ad81c20503be // indirect
127148
google.golang.org/protobuf v1.35.1 // indirect

0 commit comments

Comments
 (0)