Skip to content

Commit

Permalink
feature/azure_ad - add azure active directory
Browse files Browse the repository at this point in the history
  • Loading branch information
liorh committed Mar 22, 2021
1 parent 83776be commit 8df0545
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Lambda/lambda_function.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/antihax/optional"
"github.com/aws/aws-lambda-go/lambda"

akl_cloud_id "github.com/akeylesslabs/akeyless-go-cloud-id"
akl_cloud_id "github.com/akeylesslabs/akeyless-go-cloud-id/cloudprovider/aws"
akl "github.com/akeylesslabs/akeyless-go-sdk"
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/antihax/optional"
"github.com/aws/aws-lambda-go/lambda"

akl_cloud_id "github.com/akeylesslabs/akeyless-go-cloud-id/go/src/aws"
akl_cloud_id "github.com/akeylesslabs/akeyless-go-cloud-id/cloudprovider/aws"
akl_sdk "github.com/akeylesslabs/akeyless-go-sdk"
)

Expand Down

0 comments on commit 8df0545

Please sign in to comment.