16 lines
494 B
Modula-2
16 lines
494 B
Modula-2
module github.com/hashicorp/vault-plugin-auth-pcf
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/cloudfoundry-community/go-cfclient v0.0.0-20190201205600-f136f9222381
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v0.9.2
|
|
github.com/hashicorp/go-multierror v1.0.0
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
github.com/hashicorp/go-uuid v1.0.1
|
|
github.com/hashicorp/vault/api v1.0.2
|
|
github.com/hashicorp/vault/sdk v0.1.12-0.20190620155523-cedd6208b2a5
|
|
github.com/pkg/errors v0.8.1
|
|
)
|