Skip to content
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 from 1.3.0 to 1.13.10 #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
29 changes: 15 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,21 @@ module github.com/monzo/vault-plugin-database-k8s-controller
go 1.13

require (
github.com/HdrHistogram/hdrhistogram-go v1.1.2 // indirect
github.com/fatih/structs v1.1.0
github.com/go-test/deep v1.0.2
github.com/hashicorp/errwrap v1.0.0
github.com/hashicorp/go-hclog v0.9.2
github.com/hashicorp/go-multierror v1.0.0
github.com/hashicorp/go-uuid v1.0.2-0.20191001231223-f32f5fe8d6a8
github.com/hashicorp/vault v1.3.0
github.com/hashicorp/vault/api v1.0.5-0.20191108163347-bdd38fca2cff
github.com/hashicorp/vault/sdk v0.1.14-0.20191112033314-390e96e22eb2
github.com/lib/pq v1.2.0
github.com/mitchellh/mapstructure v1.1.2
github.com/ory/dockertest v3.3.4+incompatible
k8s.io/api v0.0.0-20191115135540-bbc9463b57e5
k8s.io/apimachinery v0.0.0-20191115015347-3c7067801da2
k8s.io/client-go v0.0.0-20191115215802-0a8a1d7b7fae
github.com/go-test/deep v1.1.0
github.com/hashicorp/errwrap v1.1.0
github.com/hashicorp/go-hclog v1.5.0
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-uuid v1.0.3
github.com/hashicorp/vault v1.13.10
github.com/hashicorp/vault/api v1.9.2
github.com/hashicorp/vault/sdk v0.10.2
github.com/lib/pq v1.10.9
github.com/mitchellh/mapstructure v1.5.0
github.com/ory/dockertest v3.3.5+incompatible
k8s.io/api v0.26.2
k8s.io/apimachinery v0.26.2
k8s.io/client-go v0.26.2
k8s.io/klog v1.0.0
)
4,396 changes: 3,919 additions & 477 deletions go.sum

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions vendor/cloud.google.com/go/cloudsqlconn/.envrc.example

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions vendor/cloud.google.com/go/cloudsqlconn/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

50 changes: 50 additions & 0 deletions vendor/cloud.google.com/go/cloudsqlconn/.golangci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

260 changes: 260 additions & 0 deletions vendor/cloud.google.com/go/cloudsqlconn/CHANGELOG.md

Large diffs are not rendered by default.

43 changes: 43 additions & 0 deletions vendor/cloud.google.com/go/cloudsqlconn/CODE_OF_CONDUCT.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions vendor/cloud.google.com/go/cloudsqlconn/CONTRIBUTING.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading