aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/aws/aws-sdk-go-v2/credentials/stscreds/ya.make
blob: c3b2e20e2429abd408ed845b54a65f36aa796ac8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(
    assume_role_provider.go
    web_identity_provider.go
)

GO_XTEST_SRCS(
    assume_role_provider_test.go
    web_identity_provider_test.go
)

END()

RECURSE(
    gotest
)