Conversation
|
Actually I'd probably not use a library that pulls in k8s deps just to get this in tf-common. Plus it depends on tf-common itself 😆 Any chance we could make an octo-sts/client repo? 🤷 |
|
I'm for that. @mattmoor objections? |
|
I'm missing something, what's the K8s dep? |
|
I think jason is referring to the deps in go.mod for the server components. IIIUC even though the Go tool is smart enough to not include them in produced binaries if they're unused, they'll still show up in go.mod of dependencies as indirect and you'll need to dependabot bump them regularly. |
|
I see a single line in the entire repo using the API machinery |
Adds library to make it easy to create a oauth2.TokenSource for use with GitHub clients.