Skip to content

Commit

Permalink
Merge pull request #782 from microsoft/hotfix/go-auth-mod-name
Browse files Browse the repository at this point in the history
hotfix/go auth mod name
  • Loading branch information
baywet authored Nov 1, 2021
2 parents cb808ce + 197d1b8 commit 7e7ef25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The following table provides an overview of the languages supported by Kiota and
| Language | Generation | Abstractions | Serialization | Authentication | HTTP | Required tools & dependencies |
| -------- | ---------- | ------------ | ------------- | -------------- | ---- | -------------- |
| CSharp | [](https://github.com/microsoft/kiota/projects/5) | [](./abstractions/dotnet) | [JSON](./serialization/dotnet/json) | [Anonymous](./abstractions/dotnet/src/authentication/AnonymousAuthenticationProvider.cs), [Azure](./authentication/dotnet/azure) | [](./http/dotnet/httpclient) | [link](./docs/requiredtools/dotnet.md) |
| Go | [](https://github.com/microsoft/kiota/projects/8) | [](./abstractions/go) | [Azure](./authentication/go/azure) | [](./http/go/nethttp) | [JSON](./serialization/go/json) | [link](./docs/requiredtools/go.md) |
| Go | [](https://github.com/microsoft/kiota/projects/8) | [](./abstractions/go) | [JSON](./serialization/go/json) | [Anonymous](./abstractions/go/authentication/anonymous_authentication_provider.go), [Azure](./authentication/go/azure) | [](./http/go/nethttp) | [link](./docs/requiredtools/go.md) |
| Java | [](https://github.com/microsoft/kiota/projects/7) | [](./abstractions/java) | [JSON](./serialization/java/json) | [Anonymous](./abstractions/java/lib/src/main/java/com/microsoft/kiota/authentication/AnonymousAuthenticationProvider.java), [Azure](./authentication/java/azure) | [](./http/java/okhttp) | [link](./docs/requiredtools/java.md) |
| PHP | [](https://github.com/microsoft/kiota/projects/4) | [](https://github.com/microsoft/kiota/pull/321) |||| |
| Python | [](https://github.com/microsoft/kiota/projects/3) ||||| |
Expand Down
2 changes: 1 addition & 1 deletion authentication/go/azure/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/microsoft/kiota/authentication/azure/go
module github.com/microsoft/kiota/authentication/go/azure

go 1.16

Expand Down

0 comments on commit 7e7ef25

Please sign in to comment.