hashicorp / vault-plugin-database-elasticsearch

Provides short-lived credentials for Elasticsearch that are unique to each user or application.
Mozilla Public License 2.0
26 stars 6 forks source link

Update deps manually and prepare changelog for v0.16.0 release #93

Closed Zlaticanin closed 2 months ago

Zlaticanin commented 2 months ago

Updated deps manually:

go list -u -m -json all | jq -r 'select(.Indirect != true and .Update != null) | .Path+"@"+.Update.Version' | xargs -L1 go get
go get go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp@latest
go mod tidy

In favor of: https://github.com/hashicorp/vault-plugin-database-elasticsearch/pull/91

go get github.com/opencontainers/runc@v.1.1.14
go mod tidy