Vault Dependency Upgrades [VAULT-871] (#10903)

* upgrade vault dependency set

* etcd and grpc issues:

* better for tests

* testing

* all upgrades for hashicorp deps

* kubernetes plugin upgrade seems to work

* kubernetes plugin upgrade seems to work

* etcd and a bunch of other stuff

* all vulnerable packages upgraded

* k8s is broken in linux env but not locally

* test fixes

* fix testing

* fix etcd and grpc

* fix etcd and grpc

* use master branch of go-testing-interface

* roll back etcd upgrade

* have to fix grpc since other vendors pull in grpc 1.35.0 but we cant due to etcd

* rolling back in the replace directives

* a few more testing dependencies to clean up

* fix go mod vendor
This commit is contained in:
Hridoy Roy
2021-02-18 12:31:57 -08:00
committed by GitHub
parent 3cc659ac83
commit eb74ca61fc
1280 changed files with 124797 additions and 55729 deletions

View File

@@ -12,7 +12,7 @@ import (
)
// TestRequest is a helper to create a purely in-memory Request struct.
func TestRequest(t testing.T, op Operation, path string) *Request {
func TestRequest(t testing.TB, op Operation, path string) *Request {
return &Request{
Operation: op,
Path: path,