-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #43 from hashicorp/f/azclirefresh
authentication: using a custom refresh function for Azure CLI Authentication
- Loading branch information
Showing
3 changed files
with
23 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,15 @@ | ||
module github.com/hashicorp/go-azure-helpers | ||
|
||
require ( | ||
github.com/Azure/azure-sdk-for-go v32.5.0 | ||
github.com/Azure/azure-sdk-for-go v35.0.0+incompatible | ||
github.com/Azure/go-autorest/autorest v0.9.2 | ||
github.com/Azure/go-autorest/autorest/adal v0.8.0 | ||
github.com/Azure/go-autorest/autorest/adal v0.8.1-0.20191028180845-3492b2aff503 | ||
github.com/Azure/go-autorest/autorest/azure/cli v0.2.0 | ||
github.com/Azure/go-autorest/autorest/to v0.3.0 // indirect | ||
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/hashicorp/go-multierror v1.0.0 | ||
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 | ||
) | ||
|
||
go 1.13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters