https://github.com/microsoft/kiota-authentication-azure-go
authentication azure go golang identity kiota openapi sdk-go
Score: 2.302585092994046
Last synced: about 7 hours ago
JSON representation
Repository metadata:
Kiota authentication provider implementation with Azure Identity
- Host: GitHub
- URL: https://github.com/microsoft/kiota-authentication-azure-go
- Owner: microsoft
- License: mit
- Created: 2022-03-31T18:35:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-04-29T18:02:43.000Z (15 days ago)
- Last Synced: 2026-05-05T18:35:58.027Z (9 days ago)
- Topics: authentication, azure, go, golang, identity, kiota, openapi, sdk-go
- Language: Go
- Homepage: https://aka.ms/kiota/docs
- Size: 434 KB
- Stars: 10
- Watchers: 15
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Support: SUPPORT.md
Dependencies
go.mod
go
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.3
- github.com/cjlapao/common-go v0.0.25
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.3.0
- github.com/microsoft/kiota-abstractions-go v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.0
- github.com/yosida95/uritemplate/v3 v3.0.2
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
- golang.org/x/text v0.3.7
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.2
- github.com/Azure/azure-sdk-for-go/sdk/azcore v1.1.3
- github.com/Azure/azure-sdk-for-go/sdk/internal v1.0.0
- github.com/cjlapao/common-go v0.0.25
- github.com/davecgh/go-spew v1.1.0
- github.com/davecgh/go-spew v1.1.1
- github.com/google/uuid v1.3.0
- github.com/microsoft/kiota-abstractions-go v0.9.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/objx v0.1.0
- github.com/stretchr/objx v0.4.0
- github.com/stretchr/testify v1.7.1
- github.com/stretchr/testify v1.8.0
- github.com/yosida95/uritemplate/v3 v3.0.2
- golang.org/x/net v0.0.0-20220826154423-83b083e8dc8b
- golang.org/x/text v0.3.7
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
- gopkg.in/yaml.v3 v3.0.1
.github/workflows/auto-merge-dependabot.yml
actions
- dependabot/fetch-metadata v1.3.6 composite
.github/workflows/codeql-analysis.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
- github/codeql-action/analyze v2 composite
- github/codeql-action/init v2 composite
.github/workflows/conflicting-pr-label.yml
actions
- eps1lon/actions-label-merge-conflict releases/2.x composite
.github/workflows/create-release.yml
actions
- actions/checkout v3 composite
- anton-yurchenko/git-release v5.0 composite
.github/workflows/go.yml
actions
- actions/checkout v3 composite
- actions/setup-go v3 composite
.github/workflows/sonarcloud.yml
actions
- SonarSource/sonarcloud-github-action master composite
- actions/checkout v3 composite
- actions/setup-go v3 composite
.devcontainer/Dockerfile
docker
- mcr.microsoft.com/vscode/devcontainers/go 0-${VARIANT} build