Skip to content

Commit 293e5f9

Browse files
authored
Merge pull request #2164 from k8s-infra-cherrypick-robot/cherry-pick-2163-to-release-1.27
[release-1.27] fix: China cloud endpoints
2 parents 64c05a9 + 024a9b6 commit 293e5f9

File tree

6 files changed

+64
-8
lines changed

6 files changed

+64
-8
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ require (
6565
github.com/Azure/go-autorest/logger v0.2.1 // indirect
6666
github.com/Azure/go-autorest/tracing v0.6.0 // indirect
6767
github.com/Azure/msi-dataplane v0.4.3 // indirect
68-
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
68+
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
6969
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab // indirect
7070
github.com/Masterminds/semver/v3 v3.4.0 // indirect
7171
github.com/Microsoft/go-winio v0.6.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ github.com/Azure/msi-dataplane v0.4.3 h1:dWPWzY4b54tLIR9T1Q014Xxd/1DxOsMIp6EjRFA
6666
github.com/Azure/msi-dataplane v0.4.3/go.mod h1:yAfxdJyvcnvSDfSyOFV9qm4fReEQDl+nZLGeH2ZWSmw=
6767
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
6868
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1/go.mod h1:tCcJZ0uHAmvjsVYzEFivsRTN00oz5BEsRgQHu5JZ9WE=
69-
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=
70-
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
69+
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 h1:XkkQbfMyuH2jTSjQjSoihryI8GINRcs4xp8lNawg0FI=
70+
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0/go.mod h1:HKpQxkWaGLJ+D/5H8QRpyQXA1eKjxkFlOMwck5+33Jk=
7171
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab h1:UKkYhof1njT1/xq4SEg5z+VpTgjmNeHwPGRQl7takDI=
7272
github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab/go.mod h1:3VYc5hodBMJ5+l/7J4xAyMeuM2PNuepvHlGs8yilUCA=
7373
github.com/Masterminds/semver/v3 v3.4.0 h1:Zog+i5UMtVoCU8oKka5P7i9q9HgrJeGzI9SA1Xbatp0=

vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/local/server.go

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/ops/authority/authority.go

Lines changed: 40 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/AzureAD/microsoft-authentication-library-for-go/apps/internal/oauth/resolvers.go

Lines changed: 18 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ github.com/Azure/go-autorest/tracing
118118
github.com/Azure/msi-dataplane/pkg/dataplane
119119
github.com/Azure/msi-dataplane/pkg/dataplane/internal/challenge
120120
github.com/Azure/msi-dataplane/pkg/dataplane/internal/client
121-
# github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
121+
# github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0
122122
## explicit; go 1.18
123123
github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
124124
github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential

0 commit comments

Comments
 (0)