Skip to content

Commit

Permalink
fix issue using azure cli auth using multiple tenants
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
  • Loading branch information
mblaschke committed Oct 31, 2024
1 parent 4cf0e84 commit c6afbde
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ require (
github.com/microsoftgraph/msgraph-sdk-go v1.51.0
github.com/microsoftgraph/msgraph-sdk-go-core v1.2.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/webdevops/go-common v0.0.0-20241029184553-9857c1b25060
github.com/webdevops/go-common v0.0.0-20241031160434-1b854f11eddd
go.uber.org/zap v1.27.0
gopkg.in/yaml.v3 v3.0.1
helm.sh/helm/v3 v3.16.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ github.com/std-uritemplate/std-uritemplate/go v1.0.6 h1:XkCI5iBsbDxc9bYnFArKlgBk
github.com/std-uritemplate/std-uritemplate/go v1.0.6/go.mod h1:rG/bqh/ThY4xE5de7Rap3vaDkYUT76B0GPJ0loYeTTc=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/webdevops/go-common v0.0.0-20241029184553-9857c1b25060 h1:pZM6AY3+QnMTK/M7HKtPgFhO6TxIp3dw2o+jZ9Pie0A=
github.com/webdevops/go-common v0.0.0-20241029184553-9857c1b25060/go.mod h1:AxYumgtHbi4oov30cnFu5IhHHoAw41lHXlo27Wxkh7A=
github.com/webdevops/go-common v0.0.0-20241031160434-1b854f11eddd h1:jcunhrll6RJUT3+PXCj03DryBWKFqj9zheO4/uZUfuc=
github.com/webdevops/go-common v0.0.0-20241031160434-1b854f11eddd/go.mod h1:AxYumgtHbi4oov30cnFu5IhHHoAw41lHXlo27Wxkh7A=
go.opentelemetry.io/otel v1.31.0 h1:NsJcKPIW0D0H3NgzPDHmo0WW6SptzPdqg/L1zsIm2hY=
go.opentelemetry.io/otel v1.31.0/go.mod h1:O0C14Yl9FgkjqcCZAsE053C13OaddMYr/hz6clDkEJE=
go.opentelemetry.io/otel/metric v1.31.0 h1:FSErL0ATQAmYHUIzSezZibnyVlft1ybhy4ozRPcF2fE=
Expand Down

0 comments on commit c6afbde

Please sign in to comment.