aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/google.golang.org/grpc/credentials/sts/ya.make
blob: c49c260bcd51ca14210ce999b0e03bbb4685fd6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
GO_LIBRARY()

LICENSE(Apache-2.0)

SRCS(sts.go)

GO_TEST_SRCS(sts_test.go)

END()

RECURSE(gotest)