-
Notifications
You must be signed in to change notification settings - Fork 256
[chore] : Bump the go group across 1 directory with 13 updates #559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
+263
−236
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,58 +1,92 @@ | ||
| module github.com/hashicorp/go-getter | ||
|
|
||
| require ( | ||
| cloud.google.com/go/storage v1.29.0 | ||
| github.com/aws/aws-sdk-go-v2 v1.36.3 | ||
| github.com/aws/aws-sdk-go-v2/config v1.29.15 | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.17.68 | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 | ||
| github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 | ||
| cloud.google.com/go/storage v1.58.0 | ||
| github.com/aws/aws-sdk-go-v2 v1.41.0 | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.6 | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.19.6 | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.16 | ||
| github.com/aws/aws-sdk-go-v2/service/s3 v1.95.0 | ||
| github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d | ||
| github.com/cheggaaa/pb v1.0.27 | ||
| github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 | ||
| github.com/cheggaaa/pb v2.0.7+incompatible | ||
| github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.70 | ||
| github.com/hashicorp/go-cleanhttp v0.5.2 | ||
| github.com/hashicorp/go-version v1.6.0 | ||
| github.com/klauspost/compress v1.15.11 | ||
| github.com/hashicorp/go-version v1.8.0 | ||
| github.com/klauspost/compress v1.18.2 | ||
| github.com/mitchellh/go-homedir v1.1.0 | ||
| github.com/ulikunitz/xz v0.5.15 | ||
| golang.org/x/oauth2 v0.27.0 | ||
| golang.org/x/sys v0.35.0 | ||
| google.golang.org/api v0.114.0 | ||
| golang.org/x/oauth2 v0.33.0 | ||
| golang.org/x/sys v0.39.0 | ||
| google.golang.org/api v0.256.0 | ||
| ) | ||
|
|
||
| require ( | ||
| cloud.google.com/go v0.110.0 // indirect | ||
| cloud.google.com/go/compute/metadata v0.3.0 // indirect | ||
| cloud.google.com/go/iam v0.13.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.33.20 // indirect | ||
| github.com/aws/smithy-go v1.22.3 // indirect | ||
| github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect | ||
| github.com/golang/protobuf v1.5.3 // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/uuid v1.3.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.7.1 // indirect | ||
| github.com/mattn/go-runewidth v0.0.4 // indirect | ||
| go.opencensus.io v0.24.0 // indirect | ||
| golang.org/x/net v0.43.0 // indirect | ||
| golang.org/x/text v0.28.0 // indirect | ||
| golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect | ||
| google.golang.org/appengine v1.6.7 // indirect | ||
| google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect | ||
| google.golang.org/grpc v1.56.3 // indirect | ||
| google.golang.org/protobuf v1.33.0 // indirect | ||
| gopkg.in/cheggaaa/pb.v1 v1.0.27 // indirect | ||
| cel.dev/expr v0.24.0 // indirect | ||
| cloud.google.com/go v0.123.0 // indirect | ||
| cloud.google.com/go/auth v0.17.0 // indirect | ||
| cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect | ||
| cloud.google.com/go/compute/metadata v0.9.0 // indirect | ||
| cloud.google.com/go/iam v1.5.3 // indirect | ||
| cloud.google.com/go/monitoring v1.24.2 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.54.0 // indirect | ||
| github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.54.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.7 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.16 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.30.8 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.12 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.41.5 // indirect | ||
| github.com/aws/smithy-go v1.24.0 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 // indirect | ||
| github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect | ||
| github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.2 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.7 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.15.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10 // indirect | ||
| github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect | ||
| github.com/zeebo/errs v1.4.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.36.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0 // indirect | ||
| go.opentelemetry.io/otel v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.39.0 // indirect | ||
| golang.org/x/crypto v0.46.0 // indirect | ||
| golang.org/x/net v0.48.0 // indirect | ||
| golang.org/x/sync v0.19.0 // indirect | ||
| golang.org/x/text v0.32.0 // indirect | ||
| golang.org/x/time v0.14.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20250922171735-9219d122eba9 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20251111163417-95abcf5c77ba // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20251111163417-95abcf5c77ba // indirect | ||
| google.golang.org/grpc v1.76.0 // indirect | ||
| google.golang.org/protobuf v1.36.10 // indirect | ||
| gopkg.in/VividCortex/ewma.v1 v1.1.1 // indirect | ||
| gopkg.in/cheggaaa/pb.v2 v2.0.7 // indirect | ||
| gopkg.in/fatih/color.v1 v1.7.0 // indirect | ||
| gopkg.in/mattn/go-colorable.v0 v0.1.0 // indirect | ||
| gopkg.in/mattn/go-isatty.v0 v0.0.4 // indirect | ||
| gopkg.in/mattn/go-runewidth.v0 v0.0.4 // indirect | ||
| ) | ||
|
|
||
| go 1.24 | ||
| go 1.24.6 | ||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
new major version for
cheggaaa/pb