mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-04 12:10:39 +08:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [github.com/hashicorp/vault/api](https://github.com/hashicorp/vault) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/hashicorp/vault/releases) - [Changelog](https://github.com/hashicorp/vault/blob/main/CHANGELOG.md) - [Commits](https://github.com/hashicorp/vault/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/vault/api dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
770 B
Modula-2
18 lines
770 B
Modula-2
module github.com/hashicorp/go-plugin
|
|
|
|
require (
|
|
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
|
|
github.com/golang/protobuf v1.2.0
|
|
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd
|
|
github.com/hashicorp/yamux v0.0.0-20180604194846-3520598351bb
|
|
github.com/mitchellh/go-testing-interface v0.0.0-20171004221916-a61a99592b77
|
|
github.com/oklog/run v1.0.0
|
|
github.com/stretchr/testify v1.3.0 // indirect
|
|
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d
|
|
golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 // indirect
|
|
golang.org/x/sys v0.0.0-20190129075346-302c3dd5f1cc // indirect
|
|
golang.org/x/text v0.3.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 // indirect
|
|
google.golang.org/grpc v1.14.0
|
|
)
|