Skip to content

Commit

Permalink
Correct package imports
Browse files Browse the repository at this point in the history
Change the import locations to from FiveAI internal GitLab to GitHub.
  • Loading branch information
neuralsandwich committed Jul 16, 2018
1 parent c99725e commit 96c7a62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/okta.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/aws/session"
"github.com/aws/aws-sdk-go/service/sts"
"gitlab.corp.five.ai/infra/aws-okta/lib/saml"
"github.com/fiveai/aws-okta/lib/saml"
)

var OktaServer = map[string]string{
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"strings"

"gitlab.corp.five.ai/infra/aws-okta/lib/saml"
"github.com/fiveai/aws-okta/lib/saml"
"golang.org/x/net/html"
)

Expand Down

0 comments on commit 96c7a62

Please sign in to comment.