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

LICENSE(Apache-2.0)

SRCS(
    client.go
    middleware.go
)

GO_TEST_SRCS(client_test.go)

END()

RECURSE(
    gotest
)