Skip to content

Commit 4a68440

Browse files
[chore] : Bump the go group with 8 updates
Bumps the go group with 8 updates: | Package | From | To | | --- | --- | --- | | [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.29.0` | `1.55.0` | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.44.122` | `1.55.7` | | [github.com/cheggaaa/pb](https://github.com/cheggaaa/pb) | `1.0.27` | `2.0.7+incompatible` | | [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.6.0` | `1.7.0` | | [github.com/klauspost/compress](https://github.com/klauspost/compress) | `1.15.11` | `1.16.7` | | [github.com/ulikunitz/xz](https://github.com/ulikunitz/xz) | `0.5.10` | `0.5.12` | | [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.7.0` | `0.30.0` | | [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.114.0` | `0.235.0` | Updates `cloud.google.com/go/storage` from 1.29.0 to 1.55.0 - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md) - [Commits](googleapis/google-cloud-go@pubsub/v1.29.0...spanner/v1.55.0) Updates `github.com/aws/aws-sdk-go` from 1.44.122 to 1.55.7 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](aws/aws-sdk-go@v1.44.122...v1.55.7) Updates `github.com/cheggaaa/pb` from 1.0.27 to 2.0.7+incompatible - [Commits](cheggaaa/pb@v1.0.27...v2.0.7) Updates `github.com/hashicorp/go-version` from 1.6.0 to 1.7.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.6.0...v1.7.0) Updates `github.com/klauspost/compress` from 1.15.11 to 1.16.7 - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.15.11...v1.16.7) Updates `github.com/ulikunitz/xz` from 0.5.10 to 0.5.12 - [Commits](ulikunitz/xz@v0.5.10...v0.5.12) Updates `golang.org/x/oauth2` from 0.7.0 to 0.30.0 - [Commits](golang/oauth2@v0.7.0...v0.30.0) Updates `google.golang.org/api` from 0.114.0 to 0.235.0 - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.114.0...v0.235.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/aws/aws-sdk-go dependency-version: 1.55.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/cheggaaa/pb dependency-version: 2.0.7+incompatible dependency-type: direct:production update-type: version-update:semver-major dependency-group: go - dependency-name: github.com/hashicorp/go-version dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/klauspost/compress dependency-version: 1.16.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: github.com/ulikunitz/xz dependency-version: 0.5.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go - dependency-name: golang.org/x/oauth2 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go - dependency-name: google.golang.org/api dependency-version: 0.235.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 87541b2 commit 4a68440

File tree

2 files changed

+216
-1611
lines changed

2 files changed

+216
-1611
lines changed

go.mod

Lines changed: 66 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,75 @@
11
module github.com/hashicorp/go-getter
22

33
require (
4-
cloud.google.com/go/storage v1.29.0
5-
github.com/aws/aws-sdk-go v1.44.122
4+
cloud.google.com/go/storage v1.56.0
5+
github.com/aws/aws-sdk-go v1.55.8
66
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
7-
github.com/cheggaaa/pb v1.0.27
8-
github.com/fatih/color v1.7.0 // indirect
9-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
7+
github.com/cheggaaa/pb v2.0.7+incompatible
108
github.com/hashicorp/go-cleanhttp v0.5.2
119
github.com/hashicorp/go-safetemp v1.0.0
12-
github.com/hashicorp/go-version v1.6.0
13-
github.com/klauspost/compress v1.15.11
14-
github.com/mattn/go-colorable v0.0.9 // indirect
15-
github.com/mattn/go-runewidth v0.0.4 // indirect
10+
github.com/hashicorp/go-version v1.7.0
11+
github.com/klauspost/compress v1.16.7
1612
github.com/mitchellh/go-homedir v1.1.0
17-
github.com/ulikunitz/xz v0.5.10
18-
golang.org/x/net v0.34.0 // indirect
19-
golang.org/x/oauth2 v0.7.0
20-
google.golang.org/api v0.114.0
21-
google.golang.org/grpc v1.56.3 // indirect
22-
google.golang.org/protobuf v1.33.0 // indirect
23-
gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect
13+
github.com/ulikunitz/xz v0.5.12
14+
golang.org/x/oauth2 v0.30.0
15+
google.golang.org/api v0.243.0
2416
)
2517

26-
go 1.13
18+
require (
19+
cel.dev/expr v0.24.0 // indirect
20+
cloud.google.com/go v0.121.4 // indirect
21+
cloud.google.com/go/auth v0.16.3 // indirect
22+
cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect
23+
cloud.google.com/go/compute/metadata v0.7.0 // indirect
24+
cloud.google.com/go/iam v1.5.2 // indirect
25+
cloud.google.com/go/monitoring v1.24.2 // indirect
26+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
27+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.53.0 // indirect
28+
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0 // indirect
29+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
30+
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect
31+
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
32+
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
33+
github.com/felixge/httpsnoop v1.0.4 // indirect
34+
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
35+
github.com/go-logr/logr v1.4.3 // indirect
36+
github.com/go-logr/stdr v1.2.2 // indirect
37+
github.com/google/s2a-go v0.1.9 // indirect
38+
github.com/google/uuid v1.6.0 // indirect
39+
github.com/googleapis/enterprise-certificate-proxy v0.3.6 // indirect
40+
github.com/googleapis/gax-go/v2 v2.15.0 // indirect
41+
github.com/jmespath/go-jmespath v0.4.0 // indirect
42+
github.com/mattn/go-colorable v0.1.13 // indirect
43+
github.com/mattn/go-isatty v0.0.19 // indirect
44+
github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect
45+
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
46+
github.com/zeebo/errs v1.4.0 // indirect
47+
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
48+
go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect
49+
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0 // indirect
50+
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect
51+
go.opentelemetry.io/otel v1.36.0 // indirect
52+
go.opentelemetry.io/otel/metric v1.36.0 // indirect
53+
go.opentelemetry.io/otel/sdk v1.36.0 // indirect
54+
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
55+
go.opentelemetry.io/otel/trace v1.36.0 // indirect
56+
golang.org/x/crypto v0.40.0 // indirect
57+
golang.org/x/net v0.42.0 // indirect
58+
golang.org/x/sync v0.16.0 // indirect
59+
golang.org/x/sys v0.34.0 // indirect
60+
golang.org/x/text v0.27.0 // indirect
61+
golang.org/x/time v0.12.0 // indirect
62+
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
63+
google.golang.org/genproto/googleapis/api v0.0.0-20250721164621-a45f3dfb1074 // indirect
64+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250721164621-a45f3dfb1074 // indirect
65+
google.golang.org/grpc v1.74.2 // indirect
66+
google.golang.org/protobuf v1.36.6 // indirect
67+
gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect
68+
gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect
69+
gopkg.in/fatih/color.v1 v1.7.0 // indirect
70+
gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect
71+
gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect
72+
gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect
73+
)
74+
75+
go 1.23.0

0 commit comments

Comments
 (0)