-
Notifications
You must be signed in to change notification settings - Fork 158
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
Bump github.com/hashicorp/vault to v1.17.2 #5089
Merged
Merged
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 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 |
---|---|---|
|
@@ -10,7 +10,7 @@ require ( | |
github.com/fsnotify/fsnotify v1.7.0 | ||
github.com/go-zookeeper/zk v1.0.3 | ||
github.com/gogo/protobuf v1.3.2 | ||
github.com/hashicorp/vault v1.17.1 | ||
github.com/hashicorp/vault v1.17.2 | ||
github.com/hashicorp/vault-plugin-auth-gcp v0.18.0 | ||
github.com/hashicorp/vault/api v1.14.0 | ||
github.com/jaegertracing/jaeger v1.58.1 | ||
|
@@ -142,8 +142,8 @@ require ( | |
go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.104.0 | ||
go.opentelemetry.io/collector/receiver v0.104.0 | ||
go.opentelemetry.io/collector/receiver/otlpreceiver v0.104.0 | ||
go.opentelemetry.io/otel/metric v1.27.0 | ||
go.opentelemetry.io/otel/trace v1.27.0 | ||
go.opentelemetry.io/otel/metric v1.28.0 | ||
go.opentelemetry.io/otel/trace v1.28.0 | ||
go.uber.org/atomic v1.11.0 | ||
go.uber.org/goleak v1.3.0 | ||
go.uber.org/multierr v1.11.0 | ||
|
@@ -210,7 +210,6 @@ require ( | |
github.com/envoyproxy/protoc-gen-validate v1.0.4 // indirect | ||
github.com/euank/go-kmsg-parser v2.0.0+incompatible // indirect | ||
github.com/go-jose/go-jose/v4 v4.0.2 // indirect | ||
github.com/go-openapi/validate v0.23.2 // indirect | ||
github.com/go-resty/resty/v2 v2.12.0 // indirect | ||
github.com/go-viper/mapstructure/v2 v2.0.0-alpha.1 // indirect | ||
github.com/goccy/go-json v0.10.3 // indirect | ||
|
@@ -233,7 +232,6 @@ require ( | |
github.com/hashicorp/go-raftchunking v0.7.0 // indirect | ||
github.com/hashicorp/go-secure-stdlib/plugincontainer v0.3.0 // indirect | ||
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
github.com/hashicorp/hcp-sdk-go v0.86.0 // indirect | ||
github.com/hashicorp/mdns v1.0.5 // indirect | ||
github.com/hashicorp/nomad/api v0.0.0-20240306004928-3e7191ccb702 // indirect | ||
github.com/hetznercloud/hcloud-go/v2 v2.6.0 // indirect | ||
|
@@ -317,7 +315,7 @@ require ( | |
github.com/vultr/govultr/v2 v2.17.2 // indirect | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect | ||
github.com/zeebo/xxh3 v1.0.2 // indirect | ||
go.mongodb.org/mongo-driver v1.15.1 // indirect | ||
go.mongodb.org/mongo-driver v1.16.0 // indirect | ||
go.opentelemetry.io/collector v0.104.0 // indirect | ||
go.opentelemetry.io/collector/config/configauth v0.104.0 // indirect | ||
go.opentelemetry.io/collector/config/configcompression v1.11.0 // indirect | ||
|
@@ -420,9 +418,9 @@ require ( | |
github.com/go-logr/logr v1.4.2 // indirect | ||
github.com/go-logr/stdr v1.2.2 // indirect | ||
github.com/go-ole/go-ole v1.3.0 // indirect | ||
github.com/go-openapi/jsonpointer v0.20.3 // indirect | ||
github.com/go-openapi/jsonreference v0.20.5 // indirect | ||
github.com/go-openapi/swag v0.22.10 // indirect | ||
github.com/go-openapi/jsonpointer v0.21.0 // indirect | ||
github.com/go-openapi/jsonreference v0.21.0 // indirect | ||
github.com/go-openapi/swag v0.23.0 // indirect | ||
github.com/go-playground/locales v0.14.1 // indirect | ||
github.com/go-playground/universal-translator v0.18.1 // indirect | ||
github.com/go-sql-driver/mysql v1.8.1 // indirect | ||
|
@@ -593,7 +591,7 @@ require ( | |
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 // indirect | ||
go.opentelemetry.io/contrib/propagators/b3 v1.27.0 // indirect | ||
go.opentelemetry.io/contrib/zpages v0.52.0 // indirect | ||
go.opentelemetry.io/otel v1.27.0 // indirect | ||
go.opentelemetry.io/otel v1.28.0 // indirect | ||
go.opentelemetry.io/otel/sdk v1.27.0 // indirect | ||
go.opentelemetry.io/otel/sdk/metric v1.27.0 // indirect | ||
golang.org/x/crypto v0.25.0 // indirect | ||
|
@@ -642,3 +640,6 @@ replace ( | |
code.cloudfoundry.org/go-loggregator => github.com/signalfx/go-loggregator v1.0.1-0.20200205155641-5ba5ca92118d | ||
github.com/influxdata/telegraf => github.com/signalfx/telegraf v0.10.2-0.20240111190717-3494050f2933 | ||
) | ||
|
||
// Required for github.com/hashicorp/[email protected] | ||
replace github.com/pires/go-proxyproto v1.0.0 => github.com/peteski22/go-proxyproto v1.0.0 | ||
This file contains 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
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.
https://github.com/hashicorp/vault/blob/v1.17.2/go.mod#L546-L548