9ebc57581d
* Switch to go modules * Make fmt
21 lines
720 B
Modula-2
21 lines
720 B
Modula-2
module github.com/hashicorp/vault-plugin-auth-jwt
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/coreos/go-oidc v2.0.0+incompatible
|
|
github.com/go-test/deep v1.0.1
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v0.8.0
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
github.com/hashicorp/go-uuid v1.0.1
|
|
github.com/hashicorp/vault/api v1.0.0
|
|
github.com/hashicorp/vault/sdk v0.1.4
|
|
github.com/mitchellh/pointerstructure v0.0.0-20190323210102-2db4bb651397
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a
|
|
gopkg.in/square/go-jose.v2 v2.3.1
|
|
)
|