c943235288
Adds support for distributed groups claims on Azure, necessary when a user is a member of more than 200 groups.
29 lines
1.2 KiB
Modula-2
29 lines
1.2 KiB
Modula-2
module github.com/hashicorp/vault-plugin-auth-jwt
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/coreos/go-oidc v2.1.0+incompatible
|
|
github.com/go-test/deep v1.0.2-0.20181118220953-042da051cf31
|
|
github.com/hashicorp/errwrap v1.0.0
|
|
github.com/hashicorp/go-cleanhttp v0.5.1
|
|
github.com/hashicorp/go-hclog v0.12.0
|
|
github.com/hashicorp/go-sockaddr v1.0.2
|
|
github.com/hashicorp/go-uuid v1.0.2
|
|
github.com/hashicorp/go-version v1.2.0 // indirect
|
|
github.com/hashicorp/vault/api v1.0.5-0.20200215224050-f6547fa8e820
|
|
github.com/hashicorp/vault/sdk v0.1.14-0.20200215224050-f6547fa8e820
|
|
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
|
|
github.com/mitchellh/pointerstructure v1.0.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 // indirect
|
|
github.com/ryanuber/go-glob v1.0.0
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
golang.org/x/text v0.3.2 // indirect
|
|
google.golang.org/appengine v1.5.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64 // indirect
|
|
gopkg.in/square/go-jose.v2 v2.4.1
|
|
)
|