From 3ac8ba074838d18ee4ccb6e76700c05126e91e72 Mon Sep 17 00:00:00 2001 From: Kevin Lyda Date: Fri, 1 Jun 2018 09:57:59 +0100 Subject: [PATCH] Use correct path for graphrbac. --- server/auth/microsoft/microsoft.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/auth/microsoft/microsoft.go b/server/auth/microsoft/microsoft.go index 6b73a217..fc0a60c7 100644 --- a/server/auth/microsoft/microsoft.go +++ b/server/auth/microsoft/microsoft.go @@ -5,7 +5,7 @@ import ( "net/http" "strings" - "github.com/Azure/azure-sdk-for-go/graphrbac/1.6/graphrbac" + "github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac" "github.com/nsheridan/cashier/server/auth" "github.com/nsheridan/cashier/server/config" "github.com/nsheridan/cashier/server/metrics" -- GitLab