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

chore(deps): bump github.com/hashicorp/vault from 1.1.0 to 1.9.9 #122

Open
wants to merge 1 commit into
base: develop
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 44 additions & 22 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,48 +5,70 @@ go 1.12
require (
bou.ke/monkey v1.0.2
github.com/DATA-DOG/go-sqlmock v1.5.0
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/alecthomas/kong v0.2.12
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
github.com/armon/go-metrics v0.3.10 // indirect
github.com/bouk/monkey v1.0.1
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
github.com/frankban/quicktest v1.11.2 // indirect
github.com/go-openapi/spec v0.20.0 // indirect
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/containerd v1.5.7 // indirect
github.com/docker/docker v20.10.10+incompatible // indirect
github.com/fatih/color v1.13.0 // indirect
github.com/fsnotify/fsnotify v1.5.1 // indirect
github.com/go-redis/cache/v8 v8.2.1
github.com/go-redis/redis/v8 v8.4.2
github.com/go-redis/redismock/v8 v8.0.1
github.com/go-test/deep v1.0.8 // indirect
github.com/golang-migrate/migrate/v4 v4.14.1
github.com/google/uuid v1.1.2
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.7.4
github.com/graphql-go/graphql v0.7.8
github.com/graphql-go/handler v0.2.3
github.com/hashicorp/go-retryablehttp v0.6.4 // indirect
github.com/hashicorp/go-rootcerts v1.0.0 // indirect
github.com/hashicorp/go-sockaddr v1.0.2 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/vault v1.1.0
github.com/hashicorp/go-hclog v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
github.com/hashicorp/go-secure-stdlib/mlock v0.1.2 // indirect
github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect
github.com/hashicorp/go-version v1.4.0 // indirect
github.com/hashicorp/hcl v1.0.1-vault-3 // indirect
github.com/hashicorp/vault/api v1.3.1
github.com/hashicorp/vault/sdk v0.3.1-0.20220721224749-00773967ab3a // indirect
github.com/hashicorp/yamux v0.0.0-20211028200310-0bc27b27de87 // indirect
github.com/jmoiron/sqlx v1.2.0
github.com/klauspost/compress v1.11.3 // indirect
github.com/klauspost/compress v1.13.6 // indirect
github.com/kr/pretty v0.3.0 // indirect
github.com/kylelemons/godebug v1.1.0
github.com/lib/pq v1.8.0
github.com/lib/pq v1.10.3
github.com/logrusorgru/aurora v0.0.0-20200102142835-e9ef32dff381 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mewkiz/pkg v0.0.0-20200212014339-e3282939ac6c
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/pierrec/lz4 v2.4.1+incompatible // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
github.com/mitchellh/go-testing-interface v1.14.0 // indirect
github.com/mitchellh/mapstructure v1.4.3 // indirect
github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect
github.com/oklog/run v1.1.0 // indirect
github.com/onsi/ginkgo v1.16.5 // indirect
github.com/onsi/gomega v1.16.0 // indirect
github.com/pierrec/lz4 v2.6.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/quan-to/slog v0.1.1
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/ryanuber/go-glob v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.6.2 // indirect
github.com/swaggo/http-swagger v1.0.0
github.com/swaggo/swag v1.7.0
github.com/vmihailenco/msgpack/v5 v5.1.0 // indirect
go.opentelemetry.io/otel v0.15.0 // indirect
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
go.opentelemetry.io/otel v0.20.0 // indirect
golang.org/x/crypto v0.0.0-20220208050332-20e1d8d225ab
golang.org/x/exp v0.0.0-20201215153530-b5a6e247da10 // indirect
golang.org/x/net v0.0.0-20201224014010-6772e930b67b // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/text v0.3.5 // indirect
golang.org/x/tools v0.0.0-20210112183307-1e6ecd4bf1b0 // indirect
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
golang.org/x/sys v0.0.0-20220207234003-57398862261d // indirect
golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect
golang.org/x/tools v0.1.5 // indirect
google.golang.org/genproto v0.0.0-20220207185906-7721543eae58 // indirect
google.golang.org/grpc v1.44.0 // indirect
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/rethinkdb/rethinkdb-go.v6 v6.1.1
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
Loading