Skip to content

Commit 63ce5f2

Browse files
build(deps): bump the go-dependencies group across 1 directory with 9 updates
Bumps the go-dependencies group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) | `1.4.12` | `1.4.15` | | [github.com/google/go-jsonnet](https://github.com/google/go-jsonnet) | `0.21.0` | `0.22.0` | | [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) | `0.47.2` | `1.0.1` | | [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) | `1.8.4` | `1.8.6` | | [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.8.0` | `1.9.0` | | [github.com/invopop/jsonschema](https://github.com/invopop/jsonschema) | `0.13.0` | `0.14.0` | | [github.com/stuart-warren/yamlfmt](https://github.com/stuart-warren/yamlfmt) | `0.1.2` | `0.2.0` | | [golang.org/x/sync](https://github.com/golang/sync) | `0.20.0` | `0.22.0` | | [golang.org/x/text](https://github.com/golang/text) | `0.37.0` | `0.40.0` | Updates `github.com/gabriel-vasile/mimetype` from 1.4.12 to 1.4.15 - [Release notes](https://github.com/gabriel-vasile/mimetype/releases) - [Commits](gabriel-vasile/mimetype@v1.4.12...v1.4.15) Updates `github.com/google/go-jsonnet` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/google/go-jsonnet/releases) - [Commits](google/go-jsonnet@v0.21.0...v0.22.0) Updates `github.com/gruntwork-io/terratest` from 0.47.2 to 1.0.1 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.47.2...v1.0.1) Updates `github.com/hashicorp/go-getter` from 1.8.4 to 1.8.6 - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-getter@v1.8.4...v1.8.6) Updates `github.com/hashicorp/go-version` from 1.8.0 to 1.9.0 - [Release notes](https://github.com/hashicorp/go-version/releases) - [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md) - [Commits](hashicorp/go-version@v1.8.0...v1.9.0) Updates `github.com/invopop/jsonschema` from 0.13.0 to 0.14.0 - [Release notes](https://github.com/invopop/jsonschema/releases) - [Commits](invopop/jsonschema@v0.13.0...v0.14.0) Updates `github.com/stuart-warren/yamlfmt` from 0.1.2 to 0.2.0 - [Release notes](https://github.com/stuart-warren/yamlfmt/releases) - [Commits](stuart-warren/yamlfmt@v0.1.2...v0.2.0) Updates `golang.org/x/sync` from 0.20.0 to 0.22.0 - [Commits](golang/sync@v0.20.0...v0.22.0) Updates `golang.org/x/text` from 0.37.0 to 0.40.0 - [Release notes](https://github.com/golang/text/releases) - [Commits](golang/text@v0.37.0...v0.40.0) --- updated-dependencies: - dependency-name: github.com/gabriel-vasile/mimetype dependency-version: 1.4.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/google/go-jsonnet dependency-version: 0.22.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.56.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.8.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-dependencies - dependency-name: github.com/hashicorp/go-version dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: github.com/invopop/jsonschema dependency-version: 0.14.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: golang.org/x/sync dependency-version: 0.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies - dependency-name: golang.org/x/text dependency-version: 0.35.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8983c4 commit 63ce5f2

2 files changed

Lines changed: 193 additions & 226 deletions

File tree

go.mod

Lines changed: 61 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,64 @@
11
module github.com/gruntwork-io/boilerplate
22

3-
go 1.26
3+
go 1.26.0
44

55
require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
77
github.com/Masterminds/sprig/v3 v3.3.0
8-
github.com/gabriel-vasile/mimetype v1.4.12
8+
github.com/gabriel-vasile/mimetype v1.4.15
99
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
10-
github.com/google/go-jsonnet v0.21.0
11-
github.com/gruntwork-io/terratest v0.47.2
12-
github.com/hashicorp/go-getter v1.8.4
10+
github.com/google/go-jsonnet v0.22.0
11+
github.com/gruntwork-io/terratest v1.0.1
12+
github.com/hashicorp/go-getter v1.8.6
1313
github.com/hashicorp/go-multierror v1.1.1
14-
github.com/hashicorp/go-version v1.8.0
15-
github.com/invopop/jsonschema v0.13.0
14+
github.com/hashicorp/go-version v1.9.0
15+
github.com/invopop/jsonschema v0.14.0
1616
github.com/mattn/go-zglob v0.0.6
1717
github.com/stretchr/testify v1.11.1
18-
github.com/stuart-warren/yamlfmt v0.1.2
18+
github.com/stuart-warren/yamlfmt v0.2.0
1919
github.com/urfave/cli/v2 v2.27.7
2020
github.com/xeipuuv/gojsonschema v1.2.0
21-
golang.org/x/sync v0.20.0
22-
golang.org/x/text v0.37.0
21+
golang.org/x/sync v0.22.0
22+
golang.org/x/text v0.40.0
2323
gopkg.in/yaml.v3 v3.0.1
2424
)
2525

2626
require (
2727
cel.dev/expr v0.25.1 // indirect
2828
cloud.google.com/go v0.123.0 // indirect
29-
cloud.google.com/go/auth v0.18.1 // indirect
29+
cloud.google.com/go/auth v0.20.0 // indirect
3030
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
3131
cloud.google.com/go/compute/metadata v0.9.0 // indirect
32-
cloud.google.com/go/iam v1.5.3 // indirect
32+
cloud.google.com/go/iam v1.7.0 // indirect
3333
cloud.google.com/go/monitoring v1.24.3 // indirect
34-
cloud.google.com/go/storage v1.59.1 // indirect
34+
cloud.google.com/go/storage v1.62.1 // indirect
3535
dario.cat/mergo v1.0.2 // indirect
3636
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0 // indirect
3737
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.55.0 // indirect
3838
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0 // indirect
3939
github.com/Masterminds/goutils v1.1.1 // indirect
4040
github.com/Masterminds/semver/v3 v3.4.0 // indirect
4141
github.com/agext/levenshtein v1.2.3 // indirect
42-
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
42+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
4343
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
44-
github.com/aws/aws-sdk-go-v2 v1.41.5 // indirect
45-
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect
46-
github.com/aws/aws-sdk-go-v2/config v1.32.7 // indirect
47-
github.com/aws/aws-sdk-go-v2/credentials v1.19.7 // indirect
48-
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.17 // indirect
49-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.21 // indirect
50-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.21 // indirect
51-
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect
52-
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 // indirect
53-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect
54-
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 // indirect
55-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect
56-
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 // indirect
57-
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3 // indirect
58-
github.com/aws/aws-sdk-go-v2/service/signin v1.0.5 // indirect
59-
github.com/aws/aws-sdk-go-v2/service/sso v1.30.9 // indirect
60-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.13 // indirect
61-
github.com/aws/aws-sdk-go-v2/service/sts v1.41.6 // indirect
62-
github.com/aws/smithy-go v1.24.2 // indirect
44+
github.com/aws/aws-sdk-go-v2 v1.42.0 // indirect
45+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.9 // indirect
46+
github.com/aws/aws-sdk-go-v2/config v1.32.16 // indirect
47+
github.com/aws/aws-sdk-go-v2/credentials v1.19.15 // indirect
48+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.22 // indirect
49+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 // indirect
50+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 // indirect
51+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.23 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.8 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.14 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.22 // indirect
55+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.22 // indirect
56+
github.com/aws/aws-sdk-go-v2/service/s3 v1.99.1 // indirect
57+
github.com/aws/aws-sdk-go-v2/service/signin v1.0.10 // indirect
58+
github.com/aws/aws-sdk-go-v2/service/sso v1.30.16 // indirect
59+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.20 // indirect
60+
github.com/aws/aws-sdk-go-v2/service/sts v1.42.0 // indirect
61+
github.com/aws/smithy-go v1.27.1 // indirect
6362
github.com/bahlo/generic-list-go v0.2.0 // indirect
6463
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
6564
github.com/buger/jsonparser v1.1.2 // indirect
@@ -75,59 +74,64 @@ require (
7574
github.com/go-logr/stdr v1.2.2 // indirect
7675
github.com/google/s2a-go v0.1.9 // indirect
7776
github.com/google/uuid v1.6.0 // indirect
78-
github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect
79-
github.com/googleapis/gax-go/v2 v2.16.0 // indirect
80-
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70 // indirect
77+
github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect
78+
github.com/googleapis/gax-go/v2 v2.21.0 // indirect
79+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.72 // indirect
8180
github.com/hashicorp/errwrap v1.1.0 // indirect
8281
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
83-
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
84-
github.com/hashicorp/terraform-json v0.13.0 // indirect
82+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
83+
github.com/hashicorp/go-safetemp v1.0.0 // indirect
84+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
85+
github.com/hashicorp/terraform-json v0.23.0 // indirect
8586
github.com/huandu/xstrings v1.5.0 // indirect
8687
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
8788
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
88-
github.com/klauspost/compress v1.18.3 // indirect
89-
github.com/mailru/easyjson v0.7.7 // indirect
89+
github.com/klauspost/compress v1.18.5 // indirect
9090
github.com/mattn/go-colorable v0.1.14 // indirect
9191
github.com/mattn/go-isatty v0.0.20 // indirect
9292
github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect
9393
github.com/mitchellh/copystructure v1.2.0 // indirect
9494
github.com/mitchellh/go-homedir v1.1.0 // indirect
95+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
9596
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
9697
github.com/mitchellh/reflectwalk v1.0.2 // indirect
98+
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
9799
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
98100
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
99101
github.com/russross/blackfriday/v2 v2.1.0 // indirect
100102
github.com/shopspring/decimal v1.4.0 // indirect
101103
github.com/spf13/cast v1.10.0 // indirect
102104
github.com/spiffe/go-spiffe/v2 v2.6.0 // indirect
103-
github.com/tmccombs/hcl2json v0.3.3 // indirect
105+
github.com/tmccombs/hcl2json v0.6.4 // indirect
104106
github.com/ulikunitz/xz v0.5.15 // indirect
105-
github.com/wk8/go-ordered-map/v2 v2.1.8 // indirect
106107
github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect
107108
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
108109
github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 // indirect
109-
github.com/zclconf/go-cty v1.9.1 // indirect
110+
github.com/zclconf/go-cty v1.15.0 // indirect
110111
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
111112
go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect
112-
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.64.0 // indirect
113-
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.64.0 // indirect
113+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.67.0 // indirect
114+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect
114115
go.opentelemetry.io/otel v1.43.0 // indirect
115116
go.opentelemetry.io/otel/metric v1.43.0 // indirect
116117
go.opentelemetry.io/otel/sdk v1.43.0 // indirect
117118
go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect
118119
go.opentelemetry.io/otel/trace v1.43.0 // indirect
119120
go.yaml.in/yaml/v2 v2.4.3 // indirect
120-
golang.org/x/crypto v0.52.0 // indirect
121-
golang.org/x/net v0.55.0 // indirect
122-
golang.org/x/oauth2 v0.34.0 // indirect
123-
golang.org/x/sys v0.45.0 // indirect
124-
golang.org/x/term v0.43.0 // indirect
125-
golang.org/x/time v0.14.0 // indirect
126-
google.golang.org/api v0.262.0 // indirect
127-
google.golang.org/genproto v0.0.0-20260122232226-8e98ce8d340d // indirect
128-
google.golang.org/genproto/googleapis/api v0.0.0-20260122232226-8e98ce8d340d // indirect
129-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260122232226-8e98ce8d340d // indirect
130-
google.golang.org/grpc v1.79.3 // indirect
131-
google.golang.org/protobuf v1.36.11 // indirect
121+
go.yaml.in/yaml/v4 v4.0.0-rc.2 // indirect
122+
golang.org/x/crypto v0.53.0 // indirect
123+
golang.org/x/mod v0.37.0 // indirect
124+
golang.org/x/net v0.56.0 // indirect
125+
golang.org/x/oauth2 v0.36.0 // indirect
126+
golang.org/x/sys v0.46.0 // indirect
127+
golang.org/x/term v0.44.0 // indirect
128+
golang.org/x/time v0.15.0 // indirect
129+
golang.org/x/tools v0.47.0 // indirect
130+
google.golang.org/api v0.276.0 // indirect
131+
google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // indirect
132+
google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect
133+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect
134+
google.golang.org/grpc v1.80.0 // indirect
135+
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // indirect
132136
sigs.k8s.io/yaml v1.6.0 // indirect
133137
)

0 commit comments

Comments
 (0)