Skip to content

Commit

Permalink
Merge branch 'remove-internal-package-import' into 'master'
Browse files Browse the repository at this point in the history
Correct package imports

See merge request infra/aws-okta!3
  • Loading branch information
neuralsandwich committed Jul 16, 2018
2 parents c99725e + 96c7a62 commit f718194
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 f718194

Please sign in to comment.