Skip to content

Commit 5ced8a9

Browse files
committed
Downgrade MSAL to 1.4.2
1 parent 4dc5bf1 commit 5ced8a9

File tree

6 files changed

+8
-64
lines changed

6 files changed

+8
-64
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ require (
6767
github.com/Azure/azure-sdk-for-go/sdk/storage/azqueue v1.0.0 // indirect
6868
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
6969
github.com/Azure/msi-dataplane v0.4.3 // indirect
70-
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 // indirect
70+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
7171
github.com/NYTimes/gziphandler v1.1.1 // indirect
7272
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
7373
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ github.com/Azure/msi-dataplane v0.4.3 h1:dWPWzY4b54tLIR9T1Q014Xxd/1DxOsMIp6EjRFA
5656
github.com/Azure/msi-dataplane v0.4.3/go.mod h1:yAfxdJyvcnvSDfSyOFV9qm4fReEQDl+nZLGeH2ZWSmw=
5757
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1 h1:WJTmL004Abzc5wDB5VtZG2PJk5ndYDgVacGqfirKxjM=
5858
github.com/AzureAD/microsoft-authentication-extensions-for-go/cache v0.1.1/go.mod h1:tCcJZ0uHAmvjsVYzEFivsRTN00oz5BEsRgQHu5JZ9WE=
59-
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0 h1:XkkQbfMyuH2jTSjQjSoihryI8GINRcs4xp8lNawg0FI=
60-
github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0/go.mod h1:HKpQxkWaGLJ+D/5H8QRpyQXA1eKjxkFlOMwck5+33Jk=
59+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 h1:oygO0locgZJe7PpYPXT5A29ZkwJaPqcva7BVeemZOZs=
60+
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
6161
github.com/NYTimes/gziphandler v1.1.1 h1:ZUDjpQae29j0ryrS0u/B8HZfJBtBQHjqw2rQ2cqUQ3I=
6262
github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c=
6363
github.com/antlr4-go/antlr/v4 v4.13.1 h1:SqQKkuVZ+zWkMMNkjy5FZe5mr5WURWnlpmOuzYWrPrQ=

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

Lines changed: 1 addition & 2 deletions
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: 1 addition & 40 deletions
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: 2 additions & 18 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
@@ -135,7 +135,7 @@ github.com/Azure/go-ansiterm/winterm
135135
github.com/Azure/msi-dataplane/pkg/dataplane
136136
github.com/Azure/msi-dataplane/pkg/dataplane/internal/challenge
137137
github.com/Azure/msi-dataplane/pkg/dataplane/internal/client
138-
# github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0
138+
# github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
139139
## explicit; go 1.18
140140
github.com/AzureAD/microsoft-authentication-library-for-go/apps/cache
141141
github.com/AzureAD/microsoft-authentication-library-for-go/apps/confidential

0 commit comments

Comments
 (0)